ISaveExceptionBehavior.OnException method
namespace: Serenity.Services assembly: Serenity.Net.Services
Called when an exception occurs during save
public void OnException(ISaveRequestHandler handler, Exception exception)
| parameter | description |
|---|---|
| handler | Calling save request handler |
| exception | Exception occurred |
See Also
- interface ISaveRequestHandler
- interface ISaveExceptionBehavior