C#
VB
C++
Obsolete: Flags that identify the exception codes.
public enum BarcodeExceptionCode
Public Enum BarcodeExceptionCode
public enum class BarcodeExceptionCode
Members
Value | Member | Description |
---|---|---|
-1481 | XModule | Invalid XModule value, the value should >= 0. |
-1382 | DllNotFound | Bar Code Engine DLL not found. |
-1381 | QrWriteLocked | Barcode Write QR is locked. |
-1380 | QrReadLocked | Barcode Read QR is locked. |
-1375 | MicroQrWriteLocked | Barcode Write Micro QR is locked |
-1374 | MicroQrReadLocked | Barcode Read Micro QR is locked |
-1373 | MaxiWriteLocked | Barcode Write Maxi is locked |
-1372 | MaxiReadLocked | Barcode Read Maxi is locked |
-1371 | AztecWriteLocked | Barcode Write Aztec is locked |
-1370 | AztecReadLocked | Barcode Read Aztec is locked. |
-433 | DatamatrixWriteLocked | Barcode Write Datamatrix is locked. |
-432 | DatamatrixReadLocked | Barcode Read Datamatrix is locked. |
-431 | FoundCorrupt | Barcode PDF417 symbol is found but cannot be read successfully. |
-430 | PdfWriteLocked | Barcode Write PDF is locked. |
-429 | PdfReadLocked | Barcode Read PDF is locked. |
-428 | Barcode2dWriteLocked | Barcode Write 2D (CodeOne) is locked. |
-427 | Barcode2dReadLocked | Barcode Read 2D (CodeOne) is locked. |
-426 | Barcode1dLocked | Barcode 1D is locked. |
-425 | Location | Invalid barcode area location. |
-424 | StringLength | Invalid barcode data string length. |
-423 | LastDuplicated | Reached the last duplicated barcode. |
-422 | NotFoundDuplicated | No duplicated barcode. |
-421 | NoData | Invalid BarcodeData object. |
-420 | Group | Invalid barcode group. |
-419 | MultipleMaxCount | Invalid multiple max count. |
-418 | Units | Invalid barcode measurement unit. |
-417 | NotFound | No barcode recognition. |
-416 | InvalidBarcodeString | Invalid barcode string for a specified barcode type. |
-415 | ToSmall | Barcode string is too small. |
-414 | Height | Invalid barcode height. |
-413 | Width | Invalid barcode width. |
-412 | TextOutW | Invalid barcode text out option. |
-411 | InvalidType | Invalid barcode type. |
-410 | DigitCheck | Invalid error check digit. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET