Class ErrorInformation
Inheritance
System.Object
ErrorInformation
Inherited Members
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: Syncfusion.Reports.EJ
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ErrorInformation
Constructors
ErrorInformation()
Declaration
public ErrorInformation()
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Detail
Declaration
public string Detail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Exception
Declaration
public Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
System.Exception |
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |