Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / BarCodeException Class / Message Property

In This Topic
    Message Property (BarCodeException)
    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