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