Class ErrorEventArgs
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class ErrorEventArgs : CancelEventArgs
Remarks
A Error
Properties
Exception
Gets the current exception.
Declaration
public Exception Exception { get; }
Property Value
System.
|