StaticHtmlRenderer.HandleException(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)