ParcelFileDescriptor.CloseEventArgs(IOException) Constructor

Definition

Initializes a new instance of the ParcelFileDescriptor.CloseEventArgs class.

public CloseEventArgs(Java.IO.IOException e);
new Android.OS.ParcelFileDescriptor.CloseEventArgs : Java.IO.IOException -> Android.OS.ParcelFileDescriptor.CloseEventArgs

Parameters

e
IOException

The exception that caused the close, or null when the descriptor closed normally.

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