DeserializationException Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new DeserializationException object.
Overload List
Name | Description |
---|---|
DeserializationException () | Initializes a new DeserializationException object. |
DeserializationException (Exception) | Initializes a new DeserializationException object by specifying an inner exception that caused the current exception. |
DeserializationException (SerializationInfo, StreamingContext) | Initializes a new DeserializationException object with serialized data. |
DeserializationException (String) | Initializes a new DeserializationException object by specifying the error message that describes the current exception. |
DeserializationException (String, Exception) | Initializes a new DeserializationException object with an error message and inner exception. |
See Also
Reference
DeserializationException Class
DeserializationException Members
Microsoft.EnterpriseManagement.Common Namespace