Spread Windows Forms 15.0
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
    public override string Message {get;}
    See Also