Share via


FileUriExposedException Constructors

Definition

Overloads

FileUriExposedException(String)
FileUriExposedException(IntPtr, JniHandleOwnership)

FileUriExposedException(String)

[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
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.

Applies to

FileUriExposedException(IntPtr, JniHandleOwnership)

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

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