Share via


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
System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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