Java.Nio.Channels.NoConnectionPendingException Class
A NoConnectionPendingException is thrown if SocketChannel's SocketChannel.FinishConnect method is called before the SocketChannel's SocketChannel.Connect(Java.Net.SocketAddress) connect} method completed without error.

See Also: NoConnectionPendingException Members

Syntax

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

Remarks

A NoConnectionPendingException is thrown if SocketChannel's SocketChannel.FinishConnect method is called before the SocketChannel's SocketChannel.Connect(Java.Net.SocketAddress) connect} method completed without error.

[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