ActiveReports Developer 7
GetBaseException Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Options Namespace > BarCodeException Class : GetBaseException Method

Glossary Item Box

When overridden in a derived class, returns the BarCodeException that is the root cause of one or more subsequent exceptions.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetBaseException() As System.Exception
C# 
public virtual System.Exception GetBaseException()

See Also