Language

FileUriExposedException Constructors

Definition

Overloads

Name Description
FileUriExposedException(String)

Initializes a new instance of the FileUriExposedException class.

FileUriExposedException(IntPtr, JniHandleOwnership)

Initializes a new instance of the FileUriExposedException class.

FileUriExposedException(String)

Initializes a new instance of the FileUriExposedException class.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)]
public FileUriExposedException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)>]
new Android.OS.FileUriExposedException : string -> Android.OS.FileUriExposedException

Parameters

message
String

The exception message.

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.FileUriExposedException.FileUriExposedException(java.lang.String).

Applies to

FileUriExposedException(IntPtr, JniHandleOwnership)

Initializes a new instance of the FileUriExposedException class.

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

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