Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InvalidDataContractException Constructor

 

Initializes a new instance of the InvalidDataContractException class.

Namespace:   System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

NameDescription
System_CAPS_pubmethodInvalidDataContractException()

Initializes a new instance of the InvalidDataContractException class.

System_CAPS_protmethodInvalidDataContractException(SerializationInfo^, StreamingContext)

Initializes a new instance of the InvalidDataContractException class with the specified SerializationInfo and StreamingContext.

System_CAPS_pubmethodInvalidDataContractException(String^)

Initializes a new instance of the InvalidDataContractException class with the specified error message.

System_CAPS_pubmethodInvalidDataContractException(String^, Exception^)

Initializes a new instance of the InvalidDataContractException class with the specified error message and inner exception.

Return to top
Show:
© 2017 Microsoft