UnsupportedTypeException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the UnsupportedTypeException class.
Overload List
Name | Description | |
---|---|---|
UnsupportedTypeException()()() | Initializes a new instance of the UnsupportedTypeException class. | |
UnsupportedTypeException(String) | Initializes a new instance of the UnsupportedTypeException class using the specified error message. | |
UnsupportedTypeException(SerializationInfo, StreamingContext) | Initializes a new instance of the UnsupportedTypeException class using the specified serialization information and streaming context. | |
UnsupportedTypeException(String, Exception) | Initializes a new instance of the UnsupportedTypeException class using the specified error message and a reference to the inner exception that is the cause of this exception. |
Top
Remarks
The exception that is thrown when the object being serialized contains a property which cannot be serialized.
See Also
Reference
UnsupportedTypeException Class