Click or drag to resize

RequestErrorEvent Class

Provides data when calling a RequestErrorHandler.
Inheritance Hierarchy
SystemObject
  OBCOM.NetSwitchLib.ServersRequestErrorEvent

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public sealed class RequestErrorEvent

The RequestErrorEvent type exposes the following members.

Properties
  NameDescription
Public propertyError
Gets the exception error of this request error event.
Public propertyRequest
Gets the request event of this request error event.
Public propertyServerChannel
Gets the server channel of this request error event.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also