Class ExceptionHandlingBehaviorsBase
Implements the default behavior when an unhandled exception occurs.
Inheritance
System.Object
ExceptionHandlingBehaviorsBase
Implements
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 SourceShouldShutDownApplication(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 |
|