WebServiceErrorEvent Constructor (String^, Object^, Exception^)

 

Initializes a new instance of the WebServiceErrorEvent class by using the specified event parameters.

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

public protected:
WebServiceErrorEvent(
	String^ message,
	Object^ eventSource,
	Exception^ exception
)

Parameters

message
Type: System::String^

The event description.

eventSource
Type: System::Object^

The object that is the source of the event.

exception
Type: System::Exception^

The exception that is associated with the error.

.NET Framework
Available since 3.5
Return to top
Show: