NoAcceptableCredentialException 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 NoAcceptableCredentialException class with the specified error message.

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

Syntax

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

Parameters

  • s
    Type: System.String

    A string that contains the error message.

See Also

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

Return to top