Sdílet prostřednictvím


JavaException Constructors

Definition

Overloads

JavaException()
JavaException(String)
JavaException(JniObjectReference, JniObjectReferenceOptions)
JavaException(String, Exception)

JavaException()

public JavaException ();

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

JavaException(String)

public JavaException (string message);
new Java.Interop.JavaException : string -> Java.Interop.JavaException

Parameters

message
String

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

JavaException(JniObjectReference, JniObjectReferenceOptions)

public JavaException (ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions transfer);
new Java.Interop.JavaException : JniObjectReference * Java.Interop.JniObjectReferenceOptions -> Java.Interop.JavaException

Parameters

reference
JniObjectReference

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

JavaException(String, Exception)

public JavaException (string message, Exception innerException);
new Java.Interop.JavaException : string * Exception -> Java.Interop.JavaException

Parameters

message
String
innerException
Exception

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