BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.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 String
    public override string Message {get;}
    See Also