CredentialsVerificationException Constructor (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.

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

Syntax

public CredentialsVerificationException(
    string s
)
public:
CredentialsVerificationException(
    String^ s
)
new : 
        s:string -> CredentialsVerificationException
Public Sub New (
    s As String
)

Parameters

  • s
    Type: System.String

    A string that contains the error message.

See Also

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

Return to top