Initializes a new instance of
T:Microsoft.IdentityModel.Protocols.WSFederation.WSFederationMessageException
Namespace:
Microsoft.IdentityModel.Protocols.WSFederation
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
Visual Basic |
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
|
C# |
protected WSFederationMessageException (
SerializationInfo info,
StreamingContext context
)
|
C++ |
protected:
WSFederationMessageException (
SerializationInfo^ info,
StreamingContext context
)
|
J# |
protected WSFederationMessageException (
SerializationInfo info,
StreamingContext context
)
|
JScript |
protected function WSFederationMessageException (
info : SerializationInfo,
context : StreamingContext
)
|
Parameters
- info
-
The SerializationInfo attached to the exception.
- context
-
The StreamingContext attached to the exception.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also