Java.Nio.Channels.ConnectionPendingException Class
A ConnectionPendingException is thrown when an attempt is made to connect a Java.Nio.Channels.SocketChannel that has a non-blocking connection already underway.

See Also: ConnectionPendingException Members

Syntax

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

Remarks

A ConnectionPendingException is thrown when an attempt is made to connect a Java.Nio.Channels.SocketChannel that has a non-blocking connection already underway.

[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