This documentation is archived and is not being maintained.

WebServiceErrorEvent Members

Visual Studio 2008

Defines the event that contains information about Web service errors.

The WebServiceErrorEvent type exposes the following members.

  NameDescription
Protected method WebServiceErrorEvent Initializes a new instance of the WebServiceErrorEvent class by using the specified event parameters.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FormatCustomEventDetails Provides standard formatting of the event information. (Inherited from WebBaseEvent.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method IncrementPerfCounters Infrastructure. Used internally to increment the relevant performance counters. (Inherited from WebRequestErrorEvent.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Raise Raises an event by notifying any configured provider that the event has occurred. (Inherited from WebBaseEvent.)
Public method ToString Overloaded. Formats event information for display purposes.
Top

  NameDescription
Public property ErrorException Gets the Exception associated with the error (Inherited from WebBaseErrorEvent.)
Public property EventCode Gets the code value associated with the event. (Inherited from WebBaseEvent.)
Public property EventDetailCode Gets the event detail code. (Inherited from WebBaseEvent.)
Public property EventID Gets the identifier associated with the event. (Inherited from WebBaseEvent.)
Public property EventOccurrence Gets a counter that represents the number of times the event has occurred. (Inherited from WebBaseEvent.)
Public property EventSequence Gets the number of times the event has been raised by the application. (Inherited from WebBaseEvent.)
Public property EventSource Gets the object that raises the event. (Inherited from WebBaseEvent.)
Public property EventTime Gets the time when the event was raised. (Inherited from WebBaseEvent.)
Public property EventTimeUtc Gets the time when the event was raised. (Inherited from WebBaseEvent.)
Public property Message Gets the message that describes the event. (Inherited from WebBaseEvent.)
Public property ProcessInformation Gets information about the ASP.NET application-hosting process. (Inherited from WebManagementEvent.)
Public property RequestInformation Gets the application request information. (Inherited from WebRequestErrorEvent.)
Public property ThreadInformation Gets the application thread information. (Inherited from WebRequestErrorEvent.)
Public property Static member WebServiceErrorEventCode Gets the code number that is associated with the current error event.
Top
Show: