Spread Silverlight Documentation
InnerException Property (ExcelWarning)


GrapeCity.Excel Namespace > ExcelWarning Class : InnerException Property
Gets the actual exception occurred in Excel IE component.
Syntax
'Declaration
 
Public ReadOnly Property InnerException As System.Exception
'Usage
 
Dim instance As ExcelWarning
Dim value As System.Exception
 
value = instance.InnerException
public System.Exception InnerException {get;}
See Also

Reference

ExcelWarning Class
ExcelWarning Members