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 SourceShouldShutDownApplication(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 |
|