IRetrieveExceptionBehavior.OnException method
namespace: Serenity.Services assembly: Serenity.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
- interface IRetrieveRequestHandler
- interface IRetrieveExceptionBehavior