Renderer.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:
abstract void HandleException(Exception ^ exception);
protected abstract void HandleException (Exception exception);
abstract member HandleException : Exception -> unit
Protected MustOverride Sub HandleException (exception As Exception)