MessageHeaderException Constructor
Initializes a new instance of the MessageHeaderException class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | MessageHeaderException() | Initializes a new instance of the MessageHeaderException class. |
![]() | MessageHeaderException(SerializationInfo^, StreamingContext) | Initializes a new instance of the MessageHeaderException class used to deserialize data into a MessageHeaderException object. |
![]() | MessageHeaderException(String^) | Initializes a new instance of the MessageHeaderException class with the specified message. |
![]() | MessageHeaderException(String^, Boolean) | Initializes a new instance of the MessageHeaderException class using the specified message and a value that indicates whether the message header is a duplicate or is missing. |
![]() | MessageHeaderException(String^, Exception^) | Initializes a new instance of the MessageHeaderException class using the specified message and the inner exception that caused the exception. |
![]() | MessageHeaderException(String^, String^, String^) | Initializes a new instance of the MessageHeaderException class using the specified message, header name and namespace. |
![]() | MessageHeaderException(String^, String^, String^, Boolean) | Initializes a new instance of the MessageHeaderException class using the specified message, header name and namespace, and a value that indicates whether the message header is a duplicate or is missing. |
![]() | MessageHeaderException(String^, String^, String^, Boolean, Exception^) | Initializes a new instance of the MessageHeaderException class using the specified message, header name and namespace, a value that indicates whether the message header is a duplicate or is missing, and the inner exception that caused the exception. |
![]() | MessageHeaderException(String^, String^, String^, Exception^) | Initializes a new instance of the MessageHeaderException class using the specified message, header name and namespace, and the inner exception that caused the exception. |
If you want to pass an error message to the user, use the MessageHeaderException(String^) constructor.
If you want to pass an error message and a reference to the inner exception that is the cause of the exception to the user, use the MessageHeaderException(String^, Exception^) constructor.
If you want to pass serialization information and streaming context, use the MessageHeaderException(SerializationInfo^, StreamingContext) constructor.

