AsyncCallbackEvents::OnError

Method called when an error occurs during an async callback operation. The method is called with error information.

o.OnError(lcMessage, loException, lcMethod)

Parameters

lcMessage
An error message

loException
A .NET Exception object. You can access the .Message property or�.StackTrace to access more information about the sequence.

lcMethod
Name of the method that was called when the error occurred. Use as an identifier when using this object with multiple methods called.


See also:

Class AsyncCallbackEvents

© West Wind Technologies, 1996-2024 • Updated: 03/11/19
Comment or report problem with topic