Share via


ProviderNotFoundException Constructors

Definition

Overloads

ProviderNotFoundException()

Constructs an instance of this class.

ProviderNotFoundException(String)

Constructs an instance of this class.

ProviderNotFoundException(IntPtr, JniHandleOwnership)

ProviderNotFoundException()

Constructs an instance of this class.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public ProviderNotFoundException ();
Attributes

Remarks

Constructs an instance of this class.

Java documentation for java.nio.file.ProviderNotFoundException.ProviderNotFoundException().

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

ProviderNotFoundException(String)

Constructs an instance of this class.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=26)]
public ProviderNotFoundException (string? msg);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=26)>]
new Java.Nio.FileNio.ProviderNotFoundException : string -> Java.Nio.FileNio.ProviderNotFoundException

Parameters

msg
String

the detail message

Attributes

Remarks

Constructs an instance of this class.

Java documentation for java.nio.file.ProviderNotFoundException.ProviderNotFoundException(java.lang.String).

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

ProviderNotFoundException(IntPtr, JniHandleOwnership)

protected ProviderNotFoundException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Nio.FileNio.ProviderNotFoundException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Nio.FileNio.ProviderNotFoundException

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