BarcodeReaderException
The exception class of Dynamsoft.BarcodeReader.
public class BarcodeReaderException : Exception
Attributes
Attribute | Type |
---|---|
Code |
EnumErrorCode |
Message |
string |
StackTrace |
string |
Code
Gets or sets the error code.
EnumErrorCode Dynamsoft.DBR.BarcodeReaderException.Code
See Also
Message
Gets the message that describes the current exception.
override string Dynamsoft.DBR.BarcodeReaderException.Message
StackTrace
Gets the string representation of the frames on the call stack at the time the current exception was thrown.
override string Dynamsoft.DBR.BarcodeReaderException.StackTrace