Class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>ErrorContext
Inheritance
System.Object
<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>ErrorContext
Assembly: IronWord.dll
Syntax
public class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>ErrorContext : Object
Properties
Error
Declaration
public Exception Error { get; }
Property Value
Type |
Description |
System.Exception |
|
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Member
Declaration
public object Member { get; }
Property Value
Type |
Description |
System.Object |
|
OriginalObject
Declaration
public object OriginalObject { get; }
Property Value
Type |
Description |
System.Object |
|
Path
Declaration
public string Path { get; }
Property Value
Type |
Description |
System.String |
|