←Select platform

Code Property

Summary

Gets or sets the code of this exception.

Syntax
C#
VB
C++
Java
public BarcodeExceptionCode Code { get; set; } 
Public Property Code As BarcodeExceptionCode 
public BarcodeExceptionCode getCode() 
public void setCode(BarcodeExceptionCode value) 
public: 
property BarcodeExceptionCode Code { 
   BarcodeExceptionCode get(); 
   void set (    BarcodeExceptionCode ); 
} 

Property Value

The exception code. The default value is BarcodeExceptionCode.InvalidType.

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