Java.Nio.Channels.NotYetConnectedException Class
A NotYetConnectedException is thrown if the socket channel is not connected before an I/O operation is invoked.

See Also: NotYetConnectedException Members

Syntax

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

Remarks

A NotYetConnectedException is thrown if the socket channel is not connected before an I/O operation is invoked.

[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