Spread Windows Forms 12.0 Product Documentation
Message Property (ExcelException)


FarPoint.Excel Assembly > FarPoint.Excel Namespace > ExcelException Class : Message Property
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
public override string Message {get;}

Property Value

String containing the Excel exception text
See Also

Reference

ExcelException Class
ExcelException Members