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