| TypeNotSupportedException Constructor (String) |
[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 TypeNotSupportedException(
string message
)
Public Sub New (
message As String
)
public:
TypeNotSupportedException(
String^ message
)
new :
message : string -> TypeNotSupportedException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Monkeyspeak.TypeNotSupportedException.#ctor(System.String)"]
See Also