MultipleDestinationExporterProcessException Event

Event is raised when there is an exception encountered while processing.

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.169 -- Release Build+9539f17c709220b9bccf5fcf2a5ec2d79c38125a
public event EventHandler<EventArgs<Exception>> ProcessException

Value

EventHandlerEventArgsException

Remarks

Argument is the exception that was thrown.

See Also