Web API Edition | ComponentOne
C1.BarCode Namespace / BarCodeException Class
Members

In This Topic
    BarCodeException Class
    In This Topic
    The exception thrown when an error is caused by an inapplicable value of the barcode control.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class BarCodeException 
       Inherits System.ApplicationException
    [Serializable()]
    public class BarCodeException : System.ApplicationException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.ApplicationException
             C1.BarCode.BarCodeException

    See Also