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
See Also