SecurityServices for .NET 2.0 Documentation

CredentialException Constructor (String)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the CredentialException class with its message string set to message and its inner exception set to a null reference (Nothing in Visual Basic).

public CredentialException(
   String message
);

Parameters

String
A String that describes the error. The content of message is intended to be understood by humans.

See Also

CredentialException Class | Org.Mentalis.SecurityServices.Authentication Namespace | CredentialException Constructor Overload List