DLR_Exception
The exception class of Dynamsoft.LabelRecognition.
public class DLR_Exception : Exception
Attributes
Attribute | Type |
---|---|
Code |
EnumDLRErrorCode |
Message |
string |
StackTrace |
string |
Code
Gets or sets the error code.
EnumDLRErrorCode Dynamsoft.DLR.DLR_Exception.Code
See also
Message
Gets the message that describes the current exception.
override string Dynamsoft.DLR.DLR_Exception.Message
StackTrace
Gets the string representation of the frames on the call stack at the time the current exception was thrown.
override string Dynamsoft.DLR.DLR_Exception.StackTrace