SocketTools .NET Edition

FingerClient.ErrorEventArgs Class

Provides data for the OnError event.

For a list of all members of this type, see FingerClient.ErrorEventArgs Members.

System.Object
   System.EventArgs
      SocketTools.FingerClient.ErrorEventArgs

[Visual Basic]
Public Class FingerClient.ErrorEventArgs
    Inherits EventArgs
[C#]
public class FingerClient.ErrorEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

ErrorEventArgs specifies the numeric error code and a description of the error that has occurred.

An OnError event occurs when a method fails.

Requirements

Namespace: SocketTools

Assembly: SocketTools.FingerClient (in SocketTools.FingerClient.dll)

See Also

FingerClient.ErrorEventArgs Members | SocketTools Namespace