Thread::GetCompressedStack Method ()
.NET Framework (current version)
Returns a CompressedStack object that can be used to capture the stack for the current thread.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] [ObsoleteAttribute("Thread.GetCompressedStack is no longer supported. Please use the System.Threading.CompressedStack class")] CompressedStack^ GetCompressedStack()
| Exception | Condition |
|---|---|
| InvalidOperationException | In all cases. |
This method is no longer supported.
SecurityCriticalAttribute
Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
.NET Framework
Available since 1.1
Available since 1.1
Show: