Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.

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

Syntax

C#
public class UnhandledExceptionPolicy : IUnhandledExceptionPolicy
Visual Basic (Declaration)
Public Class UnhandledExceptionPolicy _
	Implements IUnhandledExceptionPolicy

Inheritance Hierarchy

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

See Also