Class ETLBoxError
The generic ETLBox Exception. Contains serialized information about the error.
Inheritance
System.Object
ETLBoxError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
public class ETLBoxError
Properties
ErrorText
The exceptions message as string
Declaration
public string ErrorText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExceptionType
The exception type as string
Declaration
public string ExceptionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecordAsJson
The erroneous records serialized as json
Declaration
public string RecordAsJson { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportTime
The point in time when the error occured
Declaration
public DateTime ReportTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |