Share via


OperationApplicationException Constructors

Definition

Overloads

OperationApplicationException()
OperationApplicationException(Throwable)
OperationApplicationException(Int32)
OperationApplicationException(String)
OperationApplicationException(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

OperationApplicationException(String, Throwable)
OperationApplicationException(String, Int32)

OperationApplicationException()

[Android.Runtime.Register(".ctor", "()V", "")]
public OperationApplicationException ();
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

OperationApplicationException(Throwable)

[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")]
public OperationApplicationException (Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")>]
new Android.Content.OperationApplicationException : Java.Lang.Throwable -> Android.Content.OperationApplicationException

Parameters

cause
Throwable
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

OperationApplicationException(Int32)

[Android.Runtime.Register(".ctor", "(I)V", "")]
public OperationApplicationException (int numSuccessfulYieldPoints);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Android.Content.OperationApplicationException : int -> Android.Content.OperationApplicationException

Parameters

numSuccessfulYieldPoints
Int32
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

OperationApplicationException(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public OperationApplicationException (string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Content.OperationApplicationException : string -> Android.Content.OperationApplicationException

Parameters

message
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

OperationApplicationException(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected OperationApplicationException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.OperationApplicationException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.OperationApplicationException

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

OperationApplicationException(String, Throwable)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public OperationApplicationException (string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Android.Content.OperationApplicationException : string * Java.Lang.Throwable -> Android.Content.OperationApplicationException

Parameters

message
String
cause
Throwable
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

OperationApplicationException(String, Int32)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "")]
public OperationApplicationException (string? message, int numSuccessfulYieldPoints);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "")>]
new Android.Content.OperationApplicationException : string * int -> Android.Content.OperationApplicationException

Parameters

message
String
numSuccessfulYieldPoints
Int32
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