Initializes a new instance of
WSTrustSerializationException
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
message As String _
)
|
C# |
public WSTrustSerializationException (
string message
)
|
C++ |
public:
WSTrustSerializationException (
String^ message
)
|
J# |
public WSTrustSerializationException (
String message
)
|
JScript |
public function WSTrustSerializationException (
message : String
)
|
Parameters
- message
-
The error message to attach 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