ComponentOne BarCode for ASP.NET Web Forms
C1.Win.BarCode.4 Assembly / C1.Win.BarCode Namespace / EncodingErrorEventArgs Class / Exception Property

In This Topic
    Exception Property (EncodingErrorEventArgs)
    In This Topic
    Gets the exception that initially triggered the EncodingError event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exception As System.Exception
    public System.Exception Exception {get;}
    See Also