ActiveReports 12
GetBaseException Method (BarCodeException)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Options Namespace > BarCodeException Class : GetBaseException Method

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

Syntax
'Declaration
 
Public Overridable Function GetBaseException() As Exception
public virtual Exception GetBaseException()

Return Value

The first exception thrown in a chain of exceptions. If the System.Exception.InnerException property of the current exception is a null reference (Nothing in Visual Basic), this property returns the current exception.
See Also

Reference

BarCodeException Class
BarCodeException Members