Title here
Summary here
The generic ETLBox Exception. Contains serialized information about the error.
public class ETLBoxError
Additional information about parameters used in the current processing state
public string Context { get; set; }
Type | Description |
---|---|
string |
The exception message as a string
public string ErrorText { get; set; }
Type | Description |
---|---|
string |
The exception type as string
public string ExceptionType { get; set; }
Type | Description |
---|---|
string |
The erroneous record(s) serialized as json
public string RecordAsJson { get; set; }
Type | Description |
---|---|
string |
The point in time when the error occured
public DateTime ReportTime { get; set; }
Type | Description |
---|---|
DateTime |
Additional information about the current state of the source during the exception
public string Source { get; set; }
Type | Description |
---|---|
string |
The exception thrown at the source
public Exception GetException()
Type | Description |
---|---|
Exception |