Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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;}

    Property Value

    String that represents the message
    See Also