←Select platform

Code Property

Summary

Gets or sets the code of this exception.

Syntax

C#
VB
Java
WinRT C#
C++
public BarcodeExceptionCode Code { get; set; } 
public BarcodeExceptionCode getCode() 
public void setCode(BarcodeExceptionCode value) 
             
 <br/>get_Code();<br/>set_Code(value);<br/>Object.defineProperty('Code');  

Property Value

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

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