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

In This Topic
    ErrorCode Property (EncodingErrorEventArgs)
    In This Topic
    Gets internal code of the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorCode As BarCodeException.EnumErrorCode
    public BarCodeException.EnumErrorCode ErrorCode {get;}
    See Also