Click or drag to resize

CredentialException Constructor (Int32, String)

Initializes a new instance of the CredentialException class with the specified error and the specified detailed description.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CredentialException(
	int error,
	string message
)

Parameters

error
Type: SystemInt32
The Win32 error code associated with this exception.
message
Type: SystemString
A detailed description of the error.
See Also