NoMatchInScopeFaultException Constructor (String)
Namespace: Microsoft.IdentityModel.Protocols.WSFederation
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim soapNamespace As String
Dim instance As New NoMatchInScopeFaultException(soapNamespace)
Syntax
'Declaration
Public Sub New ( _
soapNamespace As String _
)
public NoMatchInScopeFaultException (
string soapNamespace
)
public:
NoMatchInScopeFaultException (
String^ soapNamespace
)
public NoMatchInScopeFaultException (
String soapNamespace
)
public function NoMatchInScopeFaultException (
soapNamespace : String
)
Parameters
- soapNamespace
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also
Reference
NoMatchInScopeFaultException Class
NoMatchInScopeFaultException Members
Microsoft.IdentityModel.Protocols.WSFederation Namespace