IntentSender.SendIntentException 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
IntentSender.SendIntentException() | |
IntentSender.SendIntentException(Exception) | |
IntentSender.SendIntentException(String) | |
IntentSender.SendIntentException(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
IntentSender.SendIntentException()
[Android.Runtime.Register(".ctor", "()V", "")]
public SendIntentException ();
- Attributes
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
IntentSender.SendIntentException(Exception)
[Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")]
public SendIntentException (Java.Lang.Exception? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")>]
new Android.Content.IntentSender.SendIntentException : Java.Lang.Exception -> Android.Content.IntentSender.SendIntentException
Parameters
- cause
- Exception
- Attributes
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
IntentSender.SendIntentException(String)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public SendIntentException (string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Content.IntentSender.SendIntentException : string -> Android.Content.IntentSender.SendIntentException
Parameters
- name
- String
- Attributes
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
IntentSender.SendIntentException(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected SendIntentException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.IntentSender.SendIntentException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.IntentSender.SendIntentException
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.