Click or drag to resize

MonkeyspeakException Constructor (String, Object)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the MonkeyspeakException class

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public MonkeyspeakException(
	string format,
	params Object[] message
)

Parameters

format
Type: SystemString

[Missing <param name="format"/> documentation for "M:Monkeyspeak.MonkeyspeakException.#ctor(System.String,System.Object[])"]

message
Type: SystemObject

[Missing <param name="message"/> documentation for "M:Monkeyspeak.MonkeyspeakException.#ctor(System.String,System.Object[])"]

See Also