ClassErrorEventArgs
Class
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class ErrorEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsErrorEventArgs
Properties
Exception
Gets the current exception.
Declaration
cs-api-definition
public Exception Exception { get; }
Property Value
Exception