←Select platform

BarcodeException Constructor(string,BarcodeExceptionCode)

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

Parameters

message
The error message that explains the reason for the exception.

code
Error code.

Remarks

This constructor initializes a new BarcodeException class with the Message property set to  message 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.