Raised when an exception occurs
Namespace:
GF.Api.Logging
Assembly:
GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
event GFApiEventHandler<ErrorEventArgs> ErrorOccurred
Event ErrorOccurred As GFApiEventHandler(Of ErrorEventArgs)
event GFApiEventHandler<ErrorEventArgs^>^ ErrorOccurred {
void add (GFApiEventHandler<ErrorEventArgs^>^ value);
void remove (GFApiEventHandler<ErrorEventArgs^>^ value);
}
Value
Type:
GF.Api.UtilsGFApiEventHandlerErrorEventArgs
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.
Reference