Class ReportErrorEventArgs
Provides ReportErrorEvents argument.
Inheritance
System.Object
System.EventArgs
ReportErrorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |