ILoggingApiErrorOccurred Event

GF API Documentation
Raised when an exception occurs

Namespace:  GF.Api.Logging
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

event GFApiEventHandler<ErrorEventArgs> ErrorOccurred

Value

Type: GF.Api.UtilsGFApiEventHandlerErrorEventArgs
Remarks

Exceptions generated from API-consumer-invoked methods will bubble up to the caller. Exceptions generated by internal threads or while the API thread is inside [!:Advance] will raise this event instead of bubbling up.
See Also

Reference