QdvApiException.Id Property

Gets the numeric ID which uniquely identifies the exception type.
Public ReadOnly Property Id() As Integer
This language is not supported or no code example is available.
public int Id {get;}
This language is not supported or no code example is available.

Property Value

int

Id of the exception type. -1 if not available.

Remarks
 
Each QDV exception type has its own unique number. Most of the known id values are defined in ErrorIDs enumeration. But the list may not be complete and this property may contain a value not defined in the enumeration.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition