EditingScope.OnException(Exception) Method

Definition

Handles the specified exception.

protected:
 override bool OnException(Exception ^ e);
protected override bool OnException (Exception e);
override this.OnException : Exception -> bool
Protected Overrides Function OnException (e As Exception) As Boolean

Parameters

e
Exception

The exception to handle.

Returns

true if the exception is handled; otherwise, false.

Applies to