←Select platform

BarcodeException Constructor(BarcodeExceptionCode)

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
Public Function New( _ 
   ByVal code As Leadtools.Barcode.BarcodeExceptionCode _ 
) 
public BarcodeException(  
   Leadtools.Barcode.BarcodeExceptionCode code 
) 
public BarcodeException(BarcodeExceptionCode code) 
function BarcodeException(  
   code  
) 
public: 
BarcodeException(  
   Leadtools.Barcode.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly