InvalidMessageContractException Constructor
Initializes a new instance of the InvalidMessageContractException class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | InvalidMessageContractException() | Initializes a new instance of the InvalidMessageContractException class. |
![]() | InvalidMessageContractException(SerializationInfo^, StreamingContext) | Initializes a new instance of the InvalidMessageContractException class when deserializing from a stream into an object. |
![]() | InvalidMessageContractException(String^) | Initializes a new instance of the InvalidMessageContractException class using the specified message. |
![]() | InvalidMessageContractException(String^, Exception^) | Initializes a new instance of the InvalidMessageContractException class that uses the specified message and inner exception. |

