ISaveExceptionBehavior.OnException method

namespace: Serenity.Services   assemblySerenity.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