Ends the region most recently started with one of the Begin* methods.
Namespace:
Gallio.FrameworkAssembly: 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
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | Thrown if there is no current nested region. |
