Click or drag to resize

TypeNotSupportedException Class

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

[Missing <summary> documentation for "T:Monkeyspeak.TypeNotSupportedException"]

Inheritance Hierarchy
SystemObject
  SystemException
    MonkeyspeakTypeNotSupportedException

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
[SerializableAttribute]
public class TypeNotSupportedException : Exception

The TypeNotSupportedException type exposes the following members.

Constructors
  NameDescription
Public methodTypeNotSupportedException
Initializes a new instance of the TypeNotSupportedException class
Public methodTypeNotSupportedException(String)
Initializes a new instance of the TypeNotSupportedException class
Protected methodTypeNotSupportedException(SerializationInfo, StreamingContext)
Initializes a new instance of the TypeNotSupportedException class
Public methodTypeNotSupportedException(String, Exception)
Initializes a new instance of the TypeNotSupportedException class
Top
Extension Methods
See Also