ErrorEventArgs
Class
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class ErrorEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsErrorEventArgs
Properties
Exception
Exception
Gets the current exception.
C#
public Exception Exception { get; }