←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#
VB
Java
WinRT C#
C++
Public Function New( _ 
   ByVal message As String, _ 
   ByVal code As Leadtools.Barcode.BarcodeExceptionCode _ 
) 
public BarcodeException(  
   string message, 
   Leadtools.Barcode.BarcodeExceptionCode code 
) 
public BarcodeException( 
  String message,  
  BarcodeExceptionCode code 
) 
             
function BarcodeException(  
   message , 
   code  
) 
public: 
BarcodeException(  
   String^ message, 
   Leadtools.Barcode.BarcodeExceptionCode code 
) 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly