Spread ASP.NET 16
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;}

    Property Value

    String containing the Excel exception text
    See Also