Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ParseException Class / Message Property


In This Topic
    Message Property (ParseException)
    In This Topic
    Gets a message that describes the current exception.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Message As String
    'Usage
     
    
    Dim instance As ParseException
    Dim value As String
     
    value = instance.Message
    public override string Message {get;}
    See Also