WebServiceErrorEvent Constructor (String, Object, Exception)
.NET Framework (current version)
Initializes a new instance of the WebServiceErrorEvent class by using the specified event parameters.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
protected internal 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
Available since 3.5
Show: