ActiveReports Developer 7
Exception Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > PrintingThreadErrorEventArgs Class : Exception Property

Glossary Item Box

Gets or sets a value that specifies the exception that caused the printing thread error. 

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Exception As System.Exception
C# 
public System.Exception Exception {get;}

See Also