Compartilhar via


ClaimsMappingException Constructor (String, Exception)

 

Initializes a new instance of the ClaimsMappingException object using the specified string and a reference to the inner exception that is the cause of this exception.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public ClaimsMappingException(
    string s,
    Exception e
)
public:
ClaimsMappingException(
    String^ s,
    Exception^ e
)
new : 
        s:string *
        e:Exception -> ClaimsMappingException
Public Sub New (
    s As String,
    e As Exception
)

Parameters

See Also

ClaimsMappingException Overload
ClaimsMappingException Class
System.Web.Security.SingleSignOn Namespace

Return to top