  | 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)
Syntaxpublic CredentialException(
	int error,
	string message
)
Public Sub New ( 
	error As Integer,
	message As String
)
public:
CredentialException(
	int error, 
	String^ message
)
new : 
        error : int * 
        message : string -> CredentialExceptionParameters
- error
 - Type: SystemInt32
The Win32 error code associated with this exception. - message
 - Type: SystemString
A detailed description of the error. 
See Also