AlreadySignedInFaultException
constructor.
Namespace:
Microsoft.IdentityModel.Protocols.WSFederation
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
soapNamespace As String _
)
|
C# |
public AlreadySignedInFaultException (
string soapNamespace
)
|
C++ |
public:
AlreadySignedInFaultException (
String^ soapNamespace
)
|
J# |
public AlreadySignedInFaultException (
String soapNamespace
)
|
JScript |
public function AlreadySignedInFaultException (
soapNamespace : String
)
|
Parameters
- soapNamespace
-
The SOAP Namespace to be used in the FaultException.
Exceptions
Remarks
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also