MessageSecurityException Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the MessageSecurityException class from the specified instances of the SerializationInfo and StreamingContext classes.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
A SerializationInfo instance that contains the information required to serialize the new MessageSecurityException instance.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
A StreamingContext that contains the source of the serialized stream associated with the new MessageSecurityException instance.
.NET Framework
Available since 3.0
Available since 3.0
Show: