Provides methods for filtering the stack trace for tests.
Namespace:
Gallio.Common.DiagnosticsAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public static class StackTraceFilter |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class StackTraceFilter |
Remarks
The objective of this filtering is to omit frames that are not relevant to the user when reporting stack traces.
Stack trace filtering proceeds as follows:
- Stack frames that have an associated DebuggerHiddenAttribute or SystemInternalAttribute are omitted.
- The stack trace is chopped just above the top-most stack frame with an associated UserCodeEntryPointAttribute.
Inheritance Hierarchy
System..::.Object
Gallio.Common.Diagnostics..::.StackTraceFilter
Gallio.Common.Diagnostics..::.StackTraceFilter
