Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelException Class / Message Property


In This Topic
Message Property (ExcelException)
In This Topic
Gets the text message associated with this Excel exception.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Message As String
 
'Usage
 
Dim instance As ExcelException
Dim value As String
 
value = instance.Message
See Also