AlreadyBoundException Constructors

Definition

Overloads

AlreadyBoundException()

Constructs an instance of this class.

AlreadyBoundException(IntPtr, JniHandleOwnership)

AlreadyBoundException()

Constructs an instance of this class.

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

Remarks

Constructs an instance of this class.

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

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

AlreadyBoundException(IntPtr, JniHandleOwnership)

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

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