ActiveReports3 Request technical support
InnerException Property
See Also 


Syntax

Visual Basic (Declaration) 
Public ReadOnly Property InnerException As Exception
Visual Basic (Usage)Copy Code
Dim instance As ReportException
Dim value As Exception
 
value = instance.InnerException
C# 
public Exception InnerException {get;}

See Also