Skip to content

ISaveExceptionBehavior.OnException method

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