SecurityServices for .NET 2.0 Documentation

CredentialException Constructor (String, Int32)

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

Parameters

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

See Also

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