WebErrorEvent::ThreadInformation Property

 

Gets the application-thread information.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property WebThreadInformation^ ThreadInformation {
	WebThreadInformation^ get();
}

Property Value

Type: System.Web.Management::WebThreadInformation^

A WebThreadInformation object that contains information about the current thread.

The following code example shows how to obtain the application ThreadInformation value.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: