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