Share via


Renderer.HandleException(Exception) Method

Definition

Allows derived types to handle exceptions during rendering. Defaults to rethrowing the original exception.

protected:
 abstract void HandleException(Exception ^ exception);
protected abstract void HandleException (Exception exception);
abstract member HandleException : Exception -> unit
Protected MustOverride Sub HandleException (exception As Exception)

Parameters

exception
Exception

The Exception.

Applies to