SocketTools .NET Edition

NetworkTimeException Class

The exception that is thrown when a client error occurs.

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

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.NetworkTimeException

[Visual Basic]
Public Class NetworkTimeException
    Inherits ApplicationException
[C#]
public class NetworkTimeException : ApplicationException

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

A NetworkTimeException is thrown by the NetworkTime class when an error occurs.

The default constructor for the NetworkTimeException class sets the ErrorCode property to the last client error that occurred.

Requirements

Namespace: SocketTools

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

See Also

NetworkTimeException Members | SocketTools Namespace