Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorEventArgs Class / ErrorMessage Property


In This Topic
ErrorMessage Property (ErrorEventArgs)
In This Topic
Gets the text description of the error.
Syntax
'Declaration
 
Public ReadOnly Property ErrorMessage As String
 
'Usage
 
Dim instance As ErrorEventArgs
Dim value As String
 
value = instance.ErrorMessage
See Also