ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.Win.BarCode Namespace / EncodingErrorEventArgs Class / ThrowException Property

In This Topic
    ThrowException Property
    In This Topic
    Gets or sets a value that indicates whether Exception should be thrown.
    Syntax
    'Declaration
     
    Public Property ThrowException As System.Boolean
    public System.bool ThrowException {get; set;}
    See Also