InvalidDataContractException Constructor
Initializes a new instance of the InvalidDataContractException class.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | InvalidDataContractException() | Initializes a new instance of the InvalidDataContractException class. |
![]() | InvalidDataContractException(SerializationInfo^, StreamingContext) | Initializes a new instance of the InvalidDataContractException class with the specified SerializationInfo and StreamingContext. |
![]() | InvalidDataContractException(String^) | Initializes a new instance of the InvalidDataContractException class with the specified error message. |
![]() | InvalidDataContractException(String^, Exception^) | Initializes a new instance of the InvalidDataContractException class with the specified error message and inner exception. |

