Java.Net.BindException Class
A BindException is thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS.

See Also: BindException Members

Syntax

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

Remarks

A BindException is thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS.

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