Lingua

IntentSender.SendIntentException Constructors

Definition

Overloads

Name Description
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

The exception that caused this 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.

Java documentation for android.content.IntentSender.SendIntentException.SendIntentException(java.lang.Exception).

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

The exception detail message.

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.

Java documentation for android.content.IntentSender.SendIntentException.SendIntentException(java.lang.String).

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

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