ParcelFileDescriptor.FileDescriptorDetachedException Constructors

Definition

Overloads

Name Description
ParcelFileDescriptor.FileDescriptorDetachedException()

Initializes a new instance of the ParcelFileDescriptor.FileDescriptorDetachedException class.

ParcelFileDescriptor.FileDescriptorDetachedException(IntPtr, JniHandleOwnership)

Initializes a new instance of the ParcelFileDescriptor.FileDescriptorDetachedException class.

ParcelFileDescriptor.FileDescriptorDetachedException()

Initializes a new instance of the ParcelFileDescriptor.FileDescriptorDetachedException class.

[Android.Runtime.Register(".ctor", "()V", "")]
public FileDescriptorDetachedException();
Attributes

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.

Java documentation for android.os.ParcelFileDescriptor.FileDescriptorDetachedException.FileDescriptorDetachedException().

Applies to

ParcelFileDescriptor.FileDescriptorDetachedException(IntPtr, JniHandleOwnership)

Initializes a new instance of the ParcelFileDescriptor.FileDescriptorDetachedException class.

protected FileDescriptorDetachedException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.OS.ParcelFileDescriptor.FileDescriptorDetachedException : nativeint * Android.Runtime.JniHandleOwnership -> Android.OS.ParcelFileDescriptor.FileDescriptorDetachedException

Parameters

javaReference
IntPtr

nativeint

A IntPtr containing a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnership indicating how to handle javaReference.

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