Unconditionally stops the export/import process, so no data are loaded.
public virtual void Terminate()
Overridable Public Sub Terminate()
You can handle the OnException event to terminate export/import when an exception occurs. Handle the OnException event to intercept exceptions.
To find out if a previous attempt to export/import was terminated, check the IsTermination property.