ActiveReports3 Request technical support
Barcode.BarCodeDataException Class
See Also  Members  


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

Syntax

Visual Basic (Declaration) 
Public Class Barcode.BarCodeDataException 
   Inherits ApplicationException
Visual Basic (Usage)Copy Code
Dim instance As Barcode.BarCodeDataException
C# 
public class Barcode.BarCodeDataException : ApplicationException 

Remarks

The BarCodeDataException is thrown by the Barcode control.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         DataDynamics.ActiveReports.Barcode.BarCodeDataException

See Also