InterruptedByTimeoutException Constructors

Definition

Overloads

InterruptedByTimeoutException()

Constructs an instance of this class.

InterruptedByTimeoutException(IntPtr, JniHandleOwnership)

InterruptedByTimeoutException()

Constructs an instance of this class.

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

Remarks

Constructs an instance of this class.

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

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

InterruptedByTimeoutException(IntPtr, JniHandleOwnership)

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

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