WritePendingException Constructors

Definition

Overloads

WritePendingException()

Constructs an instance of this class.

WritePendingException(IntPtr, JniHandleOwnership)

WritePendingException()

Constructs an instance of this class.

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

Remarks

Constructs an instance of this class.

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

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

WritePendingException(IntPtr, JniHandleOwnership)

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

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