←Select platform

BarcodeException Constructor(BarcodeExceptionCode)

Summary

Initializes a new instance of the BarcodeException class with a specified error code.

Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal code As BarcodeExceptionCode _ 
) 
public BarcodeException(BarcodeExceptionCode code) 
public: 
BarcodeException(  
   BarcodeExceptionCode code 
) 

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly