MessageHeaderException Constructor (String, String, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the MessageHeaderException class using the specified message, header name, and namespace.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- message
- Type: System.String
The exception message.
- headerName
- Type: System.String
The name of the message header.
- ns
- Type: System.String
The namespace of the message header.
Show: