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
s
Type: System.StringA string describing the error.
e
Type: System.ExceptionThe Exception that is the cause of the current exception.
See Also
ClaimsMappingException Overload
ClaimsMappingException Class
System.Web.Security.SingleSignOn Namespace
Return to top