Ends the region most recently started with one of the Begin* methods.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public static void End()
Visual Basic (Declaration)
Public Shared Sub End

Remarks

This is a convenience method that forwards the request to the current default log stream writer as returned by the Default property.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThrown if there is no current nested region.

See Also