ComponentOne BarCode for ASP.NET Web Forms
C1.Win.BarCode.4 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