NoAcceptableCredentialException Constructor

 

Initializes a new instance of the NoAcceptableCredentialException class.

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

Overload List

Name Description
System_CAPS_pubmethod NoAcceptableCredentialException()

Initializes a new instance of the NoAcceptableCredentialException class.

System_CAPS_pubmethod NoAcceptableCredentialException(String)

This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of NoAcceptableCredentialException class with the specified error message.

System_CAPS_pubmethod NoAcceptableCredentialException(String, Exception)

This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of the NoAcceptableCredentialException class with the specified error message and a reference to the inner exception that caused this exception.

See Also

NoAcceptableCredentialException Class
System.Web.Security.SingleSignOn Namespace

Return to top