Click or drag to resize

CredentialException Constructor (Int32)

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

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

Parameters

error
Type: SystemInt32
The Win32 error code associated with this exception.
See Also