MalformedParametersException 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
MalformedParametersException() |
Create a |
MalformedParametersException(String) |
Create a |
MalformedParametersException(IntPtr, JniHandleOwnership) |
MalformedParametersException()
Create a MalformedParametersException
with an empty
reason.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=28)]
public MalformedParametersException ();
- Attributes
Remarks
Create a MalformedParametersException
with an empty reason.
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
MalformedParametersException(String)
Create a MalformedParametersException
.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=28)]
public MalformedParametersException (string? reason);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=28)>]
new Java.Lang.Reflect.MalformedParametersException : string -> Java.Lang.Reflect.MalformedParametersException
Parameters
- reason
- String
The reason for the exception.
- Attributes
Remarks
Create a MalformedParametersException
.
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
MalformedParametersException(IntPtr, JniHandleOwnership)
protected MalformedParametersException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Lang.Reflect.MalformedParametersException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Lang.Reflect.MalformedParametersException
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership