Summary
An exception handler.
- Namespace
- NBuildKit
.MsBuild .Tasks .Nuclei .ExceptionHandling - Base Types
-
- object
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 |
|
| Serializable |
Constructors
| Name | Summary |
|---|---|
| ExceptionHandler |
Initializes a new instance of the ExceptionHandler class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| OnException |
void |
Used when an unhandled exception occurs in an
System.AppDomain.
|