  | CredentialException Constructor (Int32) | 
  
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CredentialException(
	int error
)
Public Sub New ( 
	error As Integer
)
public:
CredentialException(
	int error
)
new : 
        error : int -> CredentialExceptionParameters
- error
 - Type: SystemInt32
The Win32 error code associated with this exception. 
See Also