FileUriExposedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.