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

In This Topic
    Text Property (EncodingErrorEventArgs)
    In This Topic
    Gets the text of exception. It can be changed by user.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}
    See Also