Class ReportErrorEventArgs
Provides ReportErrorEvents argument.
Inheritance
System.Object
ReportErrorEventArgs
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class ReportErrorEventArgs : EventArgs
Constructors
ReportErrorEventArgs()
Declaration
public ReportErrorEventArgs()
Properties
Exception
Gets or sets the exception details.
Declaration
public Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
System.Exception | It contains the exception details. |
Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |