AcceptPendingException Constructors

Definition

Overloads

AcceptPendingException()

Constructs an instance of this class.

AcceptPendingException(IntPtr, JniHandleOwnership)

AcceptPendingException()

Constructs an instance of this class.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public AcceptPendingException ();
Attributes

Remarks

Constructs an instance of this class.

Java documentation for java.nio.channels.AcceptPendingException.AcceptPendingException().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

AcceptPendingException(IntPtr, JniHandleOwnership)

protected AcceptPendingException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Nio.Channels.AcceptPendingException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Nio.Channels.AcceptPendingException

Parameters

javaReference
IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to