Show / Hide Table of Contents

Interface IExceptionHandlingBehaviors

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

Namespace: Sartorius.SAF.ExceptionHandling
Assembly: Sartorius.SAF.dll
Syntax
public interface IExceptionHandlingBehaviors
Examples

This example illustrates how to use the IExceptionHandlingBehaviors control to display a caption.

Methods

View Source

ShouldShutDownApplication(Exception)

Gets a value indicating whether the application should shut down when the given unhandled occured.

Declaration
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

Extension Methods

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