Java.Net.PortUnreachableException Class
This PortUnreachableException will be thrown if an ICMP_Port_Unreachable message has been received.

See Also: PortUnreachableException Members

Syntax

[Android.Runtime.Register("java/net/PortUnreachableException", DoNotGenerateAcw=true)]
public class PortUnreachableException : SocketException

Remarks

This PortUnreachableException will be thrown if an ICMP_Port_Unreachable message has been received.

Most applications should not catch this exception; it is more robust to catch the superclass SocketException.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1