IRetrieveExceptionBehavior.OnException method

namespace: Serenity.Services   assemblySerenity.Net.Services

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