| MonkeyspeakException Constructor (String, Exception) |
[This is preliminary documentation and is subject to change.]
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public MonkeyspeakException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
MonkeyspeakException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> MonkeyspeakException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Monkeyspeak.MonkeyspeakException.#ctor(System.String,System.Exception)"]
- inner
- Type: SystemException
[Missing <param name="inner"/> documentation for "M:Monkeyspeak.MonkeyspeakException.#ctor(System.String,System.Exception)"]
See Also