Table of Contents

Event ExceptionThrown

Namespace
ComfileTech.Cfnet.Cfheader
Assembly
ComfileTech.Cfnet.Cfheader.dll

Fires when an exception is thrown calling Sync().

public event TypedEventHandler<BackgroundSync, Exception>? ExceptionThrown

Returns

TypedEventHandler<BackgroundSync, Exception>
Fires when an exception is thrown calling .

Remarks

When an exception is thrown calling Sync(), the background thread will be stopped. Typically, to recover from such an error, it is necessary to Close() the CFHEADER module reOpen() it, and then reStart() the background thread.