ComponentPro UltimateNetkit

      TimeExceptionStatus Enumeration

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Defines error codes for the NtpTimeClient class.

      Syntax

      public enum TimeExceptionStatus

      Members

      NameDescription
      UnclassifiedUnclassified error.
      HostHasNoIPThe Host has no IP address.
      NoTimeServerThere is no time server at the specified address.
      TimedOutThe connection attempt timed out, or the connected host has failed to respond.
      SocketErrorThe operation could not be completed due to a socket error.
      InvalidNtpMessageSizeInvalid packet size
      InvalidNtpModeInvalid NtpMode
      InvalidDateTimeThe provided DateTime is not valid. Date is before epoch.
      InvalidTimestampThe provided Timestamp is not valid. Timestamp is before the Unix epoch.
      CannotSetSystemTimeThe SystemTimeHelper was unable to set the local system time.
      AsyncErrorAsynchronous call exception.
      GeneralFailureThe operation cannot be completed.
      Top

      Framework

      .NET Compact Framework.NET Compact Framework

      Supported version: 2.0, 3.5, and 3.9
      Assembly: ComponentPro.Time.CF (in ComponentPro.Time.CF.dll)

      .NET Framework.NET Framework

      Supported version: 2.0, 3.0, 3.5, 4.0, 4.5.x, 4.6.x and later
      Assembly: ComponentPro.Time (in ComponentPro.Time.dll)

      Xamarin AndroidXamarin Android

      Supported version: 2.3 and later
      Assembly: ComponentPro.Time.Android (in ComponentPro.Time.Android.dll)

      Xamarin iOSXamarin iOS

      Supported version: 5.1.x and later
      Assembly: ComponentPro.Time.iOS (in ComponentPro.Time.iOS.dll)

      See Also