MessageSecurityException Constructor
Initializes a new instance of the MessageSecurityException class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | MessageSecurityException() | Initializes an empty instance of the MessageSecurityException class. |
![]() | MessageSecurityException(SerializationInfo^, StreamingContext) | Initializes a new instance of the MessageSecurityException class from the specified instances of the SerializationInfo and StreamingContext classes. |
![]() | MessageSecurityException(String^) | Initializes a new instance of the MessageSecurityException class with an error string. |
![]() | MessageSecurityException(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. |

