Logs unhandled exceptions instead of killing the AppDomain.

Namespace:  Gallio.Model.Environments
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class UnhandledExceptionTestEnvironment : BaseTestEnvironment
Visual Basic (Declaration)
Public Class UnhandledExceptionTestEnvironment _
	Inherits BaseTestEnvironment

Inheritance Hierarchy

System..::.Object
  Gallio.Model.Environments..::.BaseTestEnvironment
    Gallio.Model.Environments..::.UnhandledExceptionTestEnvironment

See Also