ExceptionProcessor Delegate

Summary

Defines the delegate used for actions that process unhandled exceptions.
Namespace
NBuildKit.MsBuild.Tasks.Nuclei.ExceptionHandling
Interfaces
  • ICloneable
  • ISerializable
Base Types
  • object
  • Delegate
  • MulticastDelegate
graph TD Base0["MulticastDelegate"]-->Type Base1["Delegate"]-->Base0 Base2["object"]-->Base1 Interface0["ICloneable"]-.->Type Interface1["ISerializable"]-.->Type Type["ExceptionProcessor"] class Type type-node

Syntax

[System.CodeDom.Compiler.GeneratedCode("Nuclei.ExceptionHandling", "0.9.0")]
public delegate void ExceptionProcessor(Exception exception) : MulticastDelegate, ICloneable, 
    ISerializable

Attributes

Type Description
CodeDom.Compiler.GeneratedCode

Operators

Name Value Summary
operator !=(Delegate, Delegate) bool
Inherited from Delegate
operator !=(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate
operator ==(Delegate, Delegate) bool
Inherited from Delegate
operator ==(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate