QdvApiException(String, Int32) Constructor

Initializes a new instance of the QdvApiException class.
Public Sub New( _ 
ByVal message As String, _ 
ByVal id As Integer
)
This language is not supported or no code example is available.
public QdvApiException( 
string message
int id 
)
This language is not supported or no code example is available.

Parameters

message
string

The error message that explains the reason of the exception.

id
int

The numeric ID of this exception type.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition