Share via


UnsupportedTemporalTypeException Constructors

Definition

Overloads

UnsupportedTemporalTypeException(String)

Constructs a new UnsupportedTemporalTypeException with the specified message.

UnsupportedTemporalTypeException(IntPtr, JniHandleOwnership)
UnsupportedTemporalTypeException(String, Throwable)

Constructs a new UnsupportedTemporalTypeException with the specified message and cause.

UnsupportedTemporalTypeException(String)

Constructs a new UnsupportedTemporalTypeException with the specified message.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=26)]
public UnsupportedTemporalTypeException (string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=26)>]
new Java.Time.Temporal.UnsupportedTemporalTypeException : string -> Java.Time.Temporal.UnsupportedTemporalTypeException

Parameters

message
String

the message to use for this exception, may be null

Attributes

Remarks

Constructs a new UnsupportedTemporalTypeException with the specified message.

Java documentation for java.time.temporal.UnsupportedTemporalTypeException.UnsupportedTemporalTypeException(java.lang.String).

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

UnsupportedTemporalTypeException(IntPtr, JniHandleOwnership)

protected UnsupportedTemporalTypeException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Time.Temporal.UnsupportedTemporalTypeException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Time.Temporal.UnsupportedTemporalTypeException

Parameters

javaReference
IntPtr

nativeint

Applies to

UnsupportedTemporalTypeException(String, Throwable)

Constructs a new UnsupportedTemporalTypeException with the specified message and cause.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=26)]
public UnsupportedTemporalTypeException (string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=26)>]
new Java.Time.Temporal.UnsupportedTemporalTypeException : string * Java.Lang.Throwable -> Java.Time.Temporal.UnsupportedTemporalTypeException

Parameters

message
String

the message to use for this exception, may be null

cause
Throwable

the cause of the exception, may be null

Attributes

Remarks

Constructs a new UnsupportedTemporalTypeException with the specified message and cause.

Java documentation for java.time.temporal.UnsupportedTemporalTypeException.UnsupportedTemporalTypeException(java.lang.String, java.lang.Throwable).

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