ActiveReports Developer 7
BarCodeException Class
Members  See Also 
GrapeCity.ActiveReports.v7 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

See Also