Spread Windows Forms 12.0 Product Documentation
Message Property (ParseException)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ParseException Class : Message Property
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 containing the message
See Also

Reference

ParseException Class
ParseException Members