Click or drag to resize

ErrorEventArgs Class

Arguments for ErrorOccurred event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Mavidian.DataConveyer.OrchestratorsErrorEventArgs

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public class ErrorEventArgs : EventArgs

The ErrorEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyContext
Additional information about the error context, e.g. " at line #2"
Public propertyException
Unhandled exception that caused the error
Public propertyGlobalCache
A set of key value pairs that are common to all records and clusters throughout the process execution.
Public propertyOrigin
Stage of the Data Conveyer process where the error occurred, e.g. "line parsing block"
Top
See Also