Spread WPF 17
GrapeCity.Excel Namespace / ExcelWarning Class / InnerException Property


In This Topic
    InnerException Property (ExcelWarning)
    In This Topic
    Gets the actual exception occurred in Excel IE component.
    Syntax
    'Declaration
     
    Public ReadOnly Property InnerException As Exception
    'Usage
     
    Dim instance As ExcelWarning
    Dim value As Exception
     
    value = instance.InnerException
    public Exception InnerException {get;}
    See Also