Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 811 Bytes

IUndeleteExceptionBehavior.md

File metadata and controls

18 lines (12 loc) · 811 Bytes

IUndeleteExceptionBehavior interface

namespace: Serenity.Services   assemblySerenity.Net.Services

This is an extension for undelete behaviors that should be called for exceptions that occur during delete. It could be useful to preview the exception and raise another exception for FK / PK database errors etc.

public interface IUndeleteExceptionBehavior

Members

name description
OnException(…) Called when an exception occurs during undelete

See Also