←Select platform

BarcodeException Constructor(BarcodeExceptionCode)

Summary
Initializes a new instance of the BarcodeException class with a specified error code.
Syntax
C#
C++/CLI
Java
Python
public BarcodeException(BarcodeExceptionCode code) 
public: 
BarcodeException(  
   BarcodeExceptionCode code 
) 
__init__(self,code) # Overloaded constructor 

Parameters

code
Error code.

Remarks

This constructor initializes a new BarcodeException class with the Message property set to an empty string ("") and the Code property set to  code.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.