This class provides a mechanism for reporting unhandled exceptions when the infrastructure is otherwise unable to deal with them locally.

Namespace:  Gallio.Common.Policies
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public static class UnhandledExceptionPolicy
Visual Basic (Declaration)
Public NotInheritable Class UnhandledExceptionPolicy

Remarks

The methods of this class should be considered as the last resort for reporting failures that might otherwise cause the system to crash.

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Policies..::.UnhandledExceptionPolicy

See Also