WebServiceErrorEvent::WebServiceErrorEventCode Property

 

Gets the code number that is associated with the current error event.

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

public:
property int WebServiceErrorEventCode {
	static int get();
}

Property Value

Type: System::Int32

The code number that is associated with this event. For information about event codes, see WebEventCodes.

.NET Framework
Available since 3.5
Return to top
Show: