Click or drag to resize

ServerGeneralError Event

Event triggered when a general error happens on the processing

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public event EventHandler<GeneralErrorEventArgs> GeneralError

Value

Type: SystemEventHandlerGeneralErrorEventArgs
Remarks
Usually general errors stop the processing so it's important to handle this event
See Also