WebErrorEvent.ThreadInformation Property

 

Gets the application-thread information.

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

Public ReadOnly Property ThreadInformation As WebThreadInformation

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.

' Obtains the current thread information.
Public Function GetThreadInfo() As String
   Dim threadInfo As String = GetThreadInfo()
   Return threadInfo
End Function 'GetThreadInfo

.NET Framework
Available since 2.0
Return to top
Show: