InvalidRequestMessageException 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
InvalidRequestMessageException(String) |
Constructs a new |
InvalidRequestMessageException(IntPtr, JniHandleOwnership) | |
InvalidRequestMessageException(String, Throwable) |
Constructs a new |
InvalidRequestMessageException(String)
Constructs a new InvalidRequestMessageException
exception.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)]
public InvalidRequestMessageException (string message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)>]
new Android.Security.Identity.InvalidRequestMessageException : string -> Android.Security.Identity.InvalidRequestMessageException
Parameters
- message
- String
the detail message.
- Attributes
Remarks
Constructs a new InvalidRequestMessageException
exception.
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
InvalidRequestMessageException(IntPtr, JniHandleOwnership)
protected InvalidRequestMessageException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Identity.InvalidRequestMessageException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Identity.InvalidRequestMessageException
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Applies to
InvalidRequestMessageException(String, Throwable)
Constructs a new InvalidRequestMessageException
exception.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)]
public InvalidRequestMessageException (string message, Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)>]
new Android.Security.Identity.InvalidRequestMessageException : string * Java.Lang.Throwable -> Android.Security.Identity.InvalidRequestMessageException
Parameters
- message
- String
the detail message.
- cause
- Throwable
the cause.
- Attributes
Remarks
Constructs a new InvalidRequestMessageException
exception.
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.