Spread Silverlight Documentation
Message Property (CalcUnParseException)


GrapeCity.CalcEngine Namespace > CalcUnParseException Class : Message Property
Gets a message that describes the current exception.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Message As System.String
'Usage
 
Dim instance As CalcUnParseException
Dim value As System.String
 
value = instance.Message
public override System.string Message {get;}

Property Value

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

Reference

CalcUnParseException Class
CalcUnParseException Members