CredentialsVerificationException Constructor
This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of CredentialsVerificationException class.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Overload List
Name | Description | |
---|---|---|
CredentialsVerificationException() | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of CredentialsVerificationException class. |
|
CredentialsVerificationException(CredentialsVerificationInfo) | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of CredentialsVerificationException class based on the CredentialsVerificationInfo object. |
|
CredentialsVerificationException(String) | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of CredentialsVerificationException class with the specified error message. |
|
CredentialsVerificationException(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 CredentialsVerificationException class with the specified error message and a reference to the inner exception that caused this exception. |
See Also
CredentialsVerificationException Class
System.Web.Security.SingleSignOn Namespace
Return to top