Skip to content

IRetrieveExceptionBehavior.OnException method

Called when an exception occurs during retrieve

public void OnException(IRetrieveRequestHandler handler, Exception exception)
parameter description
handler Calling retrieve request handler
exception Exception occurred

See Also