About
Pricing
Try Now
BUY
Free Trial
Welcome!
Overview of UltimateNetkit
Licensing
Installation Instruction
Using IntelliSense in Visual Studio
Using DNS Classes to query DNS Resource Records
Using NTP Time classes to get internet time
Using IPLookup classes to find from which country your visitors are comming from
Using WhoIs classes to lookup for Domain Registration Information
Using TraceRoute classes to ping and perform Internet route tracing
Class Reference
ComponentPro
ComponentPro.Diagnostics
ComponentPro.Net
Classes
Interfaces
Structures
Enumerations
DnsExceptionStatus
DnsMessageType
DnsOptionCode
DnsQueryClass
DnsRecordType
DnsResponseCode
IcmpExceptionStatus
IcmpMessageType
NtpLeapIndicator
NtpMode
TimeExceptionStatus
TraceRouteExceptionStatus
ComponentPro UltimateNetkit
DnsExceptionStatus Enumeration
See Also
Collapse All
Expand All
Members Options: Show All
Language Filter: All
Send comments
on this topic to
ComponentPro
Class Reference
>
ComponentPro.Net Namespace
> DnsExceptionStatus Enumeration
Defines error codes for the
DnsClient
class.
Syntax
Copy Code
C#
VB.NET
C++/CLI
public enum DnsExceptionStatus
Public Enum DnsExceptionStatus
public enum class DnsExceptionStatus
Members
Name
Description
Success
The
DnsClient
operation succeeded.
MsgBufferError
Unexpected violent reading message buffer.
NoAvailableDnsServers
No available Dns servers.
AsyncError
Asynchronous error.
GeneralFailure
The operation cannot be completed.
Top
Framework
.NET Compact Framework
Supported version
: 2.0, 3.5, and 3.9
Assembly
: ComponentPro.Dns.CF (in ComponentPro.Dns.CF.dll)
.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 Android
Supported version
: 2.3 and later
Assembly
: ComponentPro.Dns.Android (in ComponentPro.Dns.Android.dll)
Xamarin iOS
Supported version
: 5.1.x and later
Assembly
: ComponentPro.Dns.iOS (in ComponentPro.Dns.iOS.dll)
See Also
Reference
ComponentPro.Net Namespace