mscorlib(4.0.0.0) API with additions
IPStatus.cs
2 {
4  public enum IPStatus
5  {
7  Success = 0,
17  DestinationProhibited = 11004,
19  NoResources = 11006,
21  BadOption = 11007,
23  HardwareError = 11008,
25  PacketTooBig = 11009,
27  TimedOut = 11010,
29  BadRoute = 11012,
31  TtlExpired = 11013,
35  ParameterProblem = 11015,
37  SourceQuench = 11016,
39  BadDestination = 11018,
41  DestinationUnreachable = 11040,
43  TimeExceeded = 11041,
45  BadHeader = 11042,
47  UnrecognizedNextHeader = 11043,
49  IcmpError = 11044,
53  Unknown = -1
54  }
55 }
The ICMP echo request failed because the destination computer that is specified in an ICMP echo messa...
The ICMP echo Reply was not received within the allotted time. The default time allowed for replies i...
The ICMP echo request failed because of insufficient network resources.
The ICMP echo request failed because the port on the destination computer is not available.
The ICMP echo request failed because the packet was divided into fragments for transmission and all o...
The ICMP echo request failed because of an ICMP protocol error.
The ICMPv6 echo request failed because contact with the destination computer is administratively proh...
The ICMP echo request failed because it contains an invalid option.
The ICMP echo request failed because the header is invalid.
The ICMP echo request failed because the destination computer is not reachable.
The ICMP echo request failed because its Time to Live (TTL) value reached zero, causing the forwardin...
The ICMP echo request failed because the network that contains the destination computer is not reacha...
The ICMP echo request failed because of a hardware error.
The ICMP echo request failed because the packet was discarded. This occurs when the source computer's...
The ICMP echo request failed because the source address and destination address that are specified in...
The ICMP echo request failed because the Next Header field does not contain a recognized value....
The ICMP echo request failed because the destination IP address cannot receive ICMP echo requests or ...
IPStatus
Reports the status of sending an Internet Control Message Protocol (ICMP) echo message to a computer.
Definition: IPStatus.cs:4
The ICMP echo request failed because there is no valid route between the source and destination compu...