ExceptionHandler Class

Summary

An exception handler.
graph TD Base0["object"]-->Type Type["ExceptionHandler"] class Type type-node

Syntax

[System.CodeDom.Compiler.GeneratedCode("Nuclei.ExceptionHandling", "0.9.0")]
[Serializable]
public sealed class ExceptionHandler

Attributes

Type Description
CodeDom.Compiler.GeneratedCode
SerializableAttribute

Constructors

Name Summary
ExceptionHandler(ExceptionProcessor[]) Initializes a new instance of the ExceptionHandler class.

Methods

Name Value Summary
OnException(Exception) void
Used when an unhandled exception occurs in an System.AppDomain.