ComponentPro UltimateNetkit

      DnsExceptionStatus Enumeration

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

      Syntax

      public enum DnsExceptionStatus

      Members

      NameDescription
      SuccessThe DnsClient operation succeeded.
      MsgBufferErrorUnexpected violent reading message buffer.
      NoAvailableDnsServersNo available Dns servers.
      AsyncErrorAsynchronous error.
      GeneralFailureThe operation cannot be completed.
      Top

      Framework

      .NET Compact Framework.NET Compact Framework

      Supported version: 2.0, 3.5, and 3.9
      Assembly: ComponentPro.Dns.CF (in ComponentPro.Dns.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.Dns (in ComponentPro.Dns.dll)

      Xamarin AndroidXamarin Android

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

      Xamarin iOSXamarin iOS

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

      See Also