HttpException::WebEventCode Property

.NET Framework (current version)
 

Gets the event codes that are associated with the HTTP exception.

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

public:
property int WebEventCode {
	int get();
	internal: void set(int value);
}

Property Value

Type: System::Int32

An integer representing a Web event code.

.NET Framework
Available since 4.0
Return to top
Show: