Web API Edition | ComponentOne
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 String
    public override string Message {get;}

    Property Value

    The error message that explains the reason for the exception, or an empty string ("").
    See Also