Skip to content

IDeleteExceptionBehavior.OnException method

Called when an exception occurs during delete

public void OnException(IDeleteRequestHandler handler, Exception exception)
parameter description
handler Calling delete request handler
exception Exception occurred

See Also