ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.BarCode Namespace / BarCodeException Class / Message Property

In This Topic
    Message Property
    In This Topic
    Gets a message that describes the current exception.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Message As System.String
    public override System.string Message {get;}
    See Also