Java.Nio.Channels.AlreadyConnectedException Class
An AlreadyConnectedException is thrown when an attempt is made to connect a SocketChannel that is already connected.

See Also: AlreadyConnectedException Members

Syntax

[Android.Runtime.Register("java/nio/channels/AlreadyConnectedException", DoNotGenerateAcw=true)]
public class AlreadyConnectedException : Java.Lang.IllegalStateException

Remarks

An AlreadyConnectedException is thrown when an attempt is made to connect a SocketChannel that is already connected.

[Android Documentation]

Requirements

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