Show / Hide Table of Contents

Class ExceptionHandlingBehaviorsBase

Implements the default behavior when an unhandled exception occurs.

Inheritance
System.Object
ExceptionHandlingBehaviorsBase
Implements
IExceptionHandlingBehaviors
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.ExceptionHandling
Assembly: Sartorius.SAF.dll
Syntax
public class ExceptionHandlingBehaviorsBase : IExceptionHandlingBehaviors

Methods

View Source

ShouldShutDownApplication(Exception)

Defines the behavior of the application when an unhandled exception occurs.

Declaration
public virtual bool ShouldShutDownApplication(Exception exception)
Parameters
Type Name Description
System.Exception exception

An unhandled exception.

Returns
Type Description
System.Boolean

trueif the application should be shut down, otherwise false

Implements

IExceptionHandlingBehaviors

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX