| CredentialException Constructor (Int32) |
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
)
Public Sub New (
error As Integer
)
public:
CredentialException(
int error
)
new :
error : int -> CredentialException
Parameters
- error
- Type: SystemInt32
The Win32 error code associated with this exception.
See Also