QdvApiException(String, Int32, Exception) Constructor

Initializes a new instance of the QdvApiException class.
public QdvApiException( 
   string message
   int id
   Exception innerException 
)

Parameters

message
string

The error message that explains the reason of the exception.

id
int

The numeric ID of this exception type.

innerException
Exception

The exception that is the cause of the current exception, or null reference (Nothing in Visual Basic) if no inner exception is specified.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2