SecurityServices for .NET 2.0 Documentation

CredentialException Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the CredentialException class.

Overload List

Initializes a new instance of the CredentialException class.

public CredentialException();

Initializes a new instance of the Exception class with serialized data.

protected CredentialException(SerializationInfo,StreamingContext);

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);

Initializes a new instance of the CredentialException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public CredentialException(String,Exception);

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,Int32);

See Also

CredentialException Class | Org.Mentalis.SecurityServices.Authentication Namespace