  | OrchestratorConfigErrorOccurredHandler Property  | 
 
            Handler of the ErrorOccurred event. Data Conveyer calls this function (regardless of the 
ReportProgress setting)
            when an exception thrown during processing (for example in the caller supplied code) is unhandled. 
            This handler is intended for troubleshooting purposes. It occurs immediately before the process completes with the
            status of 
Failed and provides the last chance to identify the reason of (but not recovery from) the failure. 
            Also note that any exceptions thrown by event handlers are discarded by Data Conveyer.
            
 
    Namespace: 
   Mavidian.DataConveyer.Orchestrators
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntaxpublic EventHandler<ErrorEventArgs> ErrorOccurredHandler { get; set; }Public Property ErrorOccurredHandler As EventHandler(Of ErrorEventArgs)
	Get
	Set
Property Value
Type: 
EventHandlerErrorEventArgs
See Also