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.

MessageSecurityException Constructor

 

Initializes a new instance of the MessageSecurityException class.

Namespace:   System.ServiceModel.Security
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodMessageSecurityException()

Initializes an empty instance of the MessageSecurityException class.

System_CAPS_protmethodMessageSecurityException(SerializationInfo^, StreamingContext)

Initializes a new instance of the MessageSecurityException class from the specified instances of the SerializationInfo and StreamingContext classes.

System_CAPS_pubmethodMessageSecurityException(String^)

Initializes a new instance of the MessageSecurityException class with an error string.

System_CAPS_pubmethodMessageSecurityException(String^, Exception^)

Initializes a new instance of the MessageSecurityException class with an error string and a reference to the inner exception that is the cause of this exception.

Return to top
Show:
© 2017 Microsoft