| CredentialException Constructor (String) |
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public CredentialException(
string message
)
Public Sub New (
message As String
)
public:
CredentialException(
String^ message
)
new :
message : string -> CredentialException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also