Share via


StaticHtmlRenderer.HandleException(Exception) Method

Definition

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

protected override void HandleException (Exception exception);
override this.HandleException : Exception -> unit
Protected Overrides Sub HandleException (exception As Exception)

Parameters

exception
Exception

The Exception.

Applies to