InvalidPropertiesFormatException Constructors

Definition

Overloads

InvalidPropertiesFormatException(Throwable)

Constructs an InvalidPropertiesFormatException with the specified cause.

InvalidPropertiesFormatException(String)

Constructs an InvalidPropertiesFormatException with the specified detail message.

InvalidPropertiesFormatException(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

InvalidPropertiesFormatException(Throwable)

Constructs an InvalidPropertiesFormatException with the specified cause.

[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")]
public InvalidPropertiesFormatException (Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")>]
new Java.Util.InvalidPropertiesFormatException : Java.Lang.Throwable -> Java.Util.InvalidPropertiesFormatException

Parameters

cause
Throwable

the cause (which is saved for later retrieval by the Throwable#getCause() method).

Attributes

Remarks

Constructs an InvalidPropertiesFormatException with the specified cause.

Java documentation for java.util.InvalidPropertiesFormatException.InvalidPropertiesFormatException(java.lang.Throwable).

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

InvalidPropertiesFormatException(String)

Constructs an InvalidPropertiesFormatException with the specified detail message.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public InvalidPropertiesFormatException (string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Util.InvalidPropertiesFormatException : string -> Java.Util.InvalidPropertiesFormatException

Parameters

message
String

the detail message. The detail message is saved for later retrieval by the Throwable#getMessage() method.

Attributes

Remarks

Constructs an InvalidPropertiesFormatException with the specified detail message.

Java documentation for java.util.InvalidPropertiesFormatException.InvalidPropertiesFormatException(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

InvalidPropertiesFormatException(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected InvalidPropertiesFormatException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.InvalidPropertiesFormatException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.InvalidPropertiesFormatException

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating 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