Class ErrorInformation
Inheritance
System.Object
ErrorInformation
Assembly: Syncfusion.Report.Portable.dll
public class ErrorInformation : Object
Constructors
Declaration
public ErrorInformation()
Properties
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Detail { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Exception Exception { get; set; }
Property Value
Type |
Description |
System.Exception |
|
Declaration
public bool Handled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|