MessageHeaderException Constructor

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Initializes a new instance of the MessageHeaderException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodSupported by Silverlight for Windows Phone MessageHeaderException() Initializes a new instance of the MessageHeaderException class.
Public methodSupported by Silverlight for Windows Phone MessageHeaderException(String) Initializes a new instance of the MessageHeaderException class with the specified message.
Public methodSupported by Silverlight for Windows Phone 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.
Public methodSupported by Silverlight for Windows Phone MessageHeaderException(String, Exception) Initializes a new instance of the MessageHeaderException class using the specified message and the inner exception that caused the exception.
Public methodSupported by Silverlight for Windows Phone MessageHeaderException(String, String, String) Initializes a new instance of the MessageHeaderException class using the specified message, header name, and namespace.
Public methodSupported by Silverlight for Windows Phone 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.
Public methodSupported by Silverlight for Windows Phone 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.
Public methodSupported by Silverlight for Windows Phone 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.

Top

Remarks

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.