Thread::SetCompressedStack Method (CompressedStack^)
.NET Framework (current version)
Applies a captured CompressedStack to the current thread.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] [ObsoleteAttribute("Thread.SetCompressedStack is no longer supported. Please use the System.Threading.CompressedStack class")] void SetCompressedStack( CompressedStack^ stack )
Parameters
- stack
-
Type:
System.Threading::CompressedStack^
The CompressedStack object to be applied to the current thread.
| 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: