SkeletonSyntaxException 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
| Name | Description |
|---|---|
| SkeletonSyntaxException(IntPtr, JniHandleOwnership) | |
| SkeletonSyntaxException(String, ICharSequence) |
Construct a new SkeletonSyntaxException with information about the token at the point of failure. |
| SkeletonSyntaxException(String, String) |
Construct a new SkeletonSyntaxException with information about the token at the point of failure. |
| SkeletonSyntaxException(String, ICharSequence, Throwable) |
Construct a new SkeletonSyntaxException with information about the token at the point of failure. |
| SkeletonSyntaxException(String, String, Throwable) |
Construct a new SkeletonSyntaxException with information about the token at the point of failure. |
SkeletonSyntaxException(IntPtr, JniHandleOwnership)
protected SkeletonSyntaxException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Number.SkeletonSyntaxException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Number.SkeletonSyntaxException
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Applies to
SkeletonSyntaxException(String, ICharSequence)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;)V", "", ApiSince=37)]
public SkeletonSyntaxException(string? message, Java.Lang.ICharSequence? token);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;)V", "", ApiSince=37)>]
new Android.Icu.Number.SkeletonSyntaxException : string * Java.Lang.ICharSequence -> Android.Icu.Number.SkeletonSyntaxException
Parameters
- message
- String
- token
- ICharSequence
- Attributes
Remarks
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
Android reference for android.icu.number.SkeletonSyntaxException.SkeletonSyntaxException.
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
SkeletonSyntaxException(String, String)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;)V", "", ApiSince=37)]
public SkeletonSyntaxException(string? message, string? token);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;)V", "", ApiSince=37)>]
new Android.Icu.Number.SkeletonSyntaxException : string * string -> Android.Icu.Number.SkeletonSyntaxException
Parameters
- message
- String
- token
- String
- Attributes
Remarks
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
Android reference for android.icu.number.SkeletonSyntaxException.SkeletonSyntaxException.
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
SkeletonSyntaxException(String, ICharSequence, Throwable)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/Throwable;)V", "", ApiSince=37)]
public SkeletonSyntaxException(string? message, Java.Lang.ICharSequence? token, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/Throwable;)V", "", ApiSince=37)>]
new Android.Icu.Number.SkeletonSyntaxException : string * Java.Lang.ICharSequence * Java.Lang.Throwable -> Android.Icu.Number.SkeletonSyntaxException
Parameters
- message
- String
- token
- ICharSequence
- cause
- Throwable
- Attributes
Remarks
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
Android reference for android.icu.number.SkeletonSyntaxException.SkeletonSyntaxException.
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
SkeletonSyntaxException(String, String, Throwable)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/Throwable;)V", "", ApiSince=37)]
public SkeletonSyntaxException(string? message, string? token, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/Throwable;)V", "", ApiSince=37)>]
new Android.Icu.Number.SkeletonSyntaxException : string * string * Java.Lang.Throwable -> Android.Icu.Number.SkeletonSyntaxException
Parameters
- message
- String
- token
- String
- cause
- Throwable
- Attributes
Remarks
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
Android reference for android.icu.number.SkeletonSyntaxException.SkeletonSyntaxException.
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.