This documentation is archived and is not being maintained.

WebErrorEvent Members

Provides information about systemic errors.

The WebErrorEvent type exposes the following members.

  NameDescription
Protected method WebErrorEvent Infrastructure. Overloaded. Initializes a new instance of the WebErrorEvent class.
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 performance counters. (Overrides WebBaseErrorEvent::IncrementPerfCounters().)
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.
Public property ThreadInformation Gets the application-thread information.
Top
Show: