ActiveReports 8
BarCodeException Class
Members  See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Options Namespace : BarCodeException Class

Glossary Item Box

The exception thrown when an error is caused by an inapplicable value of the barcode control.

Object Model

BarCodeException Class

Syntax

Visual Basic (Declaration) 
Public Class BarCodeException 
   Inherits System.ApplicationException
C# 
public class BarCodeException : System.ApplicationException 

Remarks

The BarCodeDataException is thrown by the Barcode control.

Inheritance Hierarchy

System.Object
   System.Exception
         GrapeCity.ActiveReports.Options.BarCodeException

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also