Skip to content

IUndeleteExceptionBehavior.OnException method

Called when an exception occurs during undelete

public void OnException(IUndeleteRequestHandler handler, Exception exception)
parameter description
handler Calling undelete request handler
exception Exception occurred

See Also