This creates a VcClientException with the given message.
Namespace: VcClientExceptionsAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public CredentialsNotProvidedException( string message ) |
Visual Basic |
---|
Public Sub New ( _ message As String _ ) |
Visual C++ |
---|
public: CredentialsNotProvidedException( String^ message ) |
Parameters
- message
- Type: String
The message that needs to be added to the exception.