Class ErrorEventArgs
Provides data for the Error event.
Inheritance
System.Object
ErrorEventArgs
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class ErrorEventArgs : EventArgs
Constructors
ErrorEventArgs(Exception)
Initializes a new instance of the ErrorEventArgs class.
Declaration
public ErrorEventArgs(Exception exception)
Parameters
System.Exception
exception
An Exception that represents the error that occurred. |
Properties
Exception
Gets the Exception occurred in the report viewer.
Declaration
public Exception Exception { get; }
Property Value
System.Exception
|