IllformedLocaleException 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
IllformedLocaleException() | |
IllformedLocaleException(String) | |
IllformedLocaleException(IntPtr, JniHandleOwnership) | |
IllformedLocaleException(String, Int32) |
IllformedLocaleException()
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=28)]
public IllformedLocaleException ();
- Attributes
Applies to
IllformedLocaleException(String)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=28)]
public IllformedLocaleException (string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=28)>]
new Android.Icu.Util.IllformedLocaleException : string -> Android.Icu.Util.IllformedLocaleException
Parameters
- message
- String
- Attributes
Applies to
IllformedLocaleException(IntPtr, JniHandleOwnership)
protected IllformedLocaleException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Util.IllformedLocaleException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Util.IllformedLocaleException
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Applies to
IllformedLocaleException(String, Int32)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=28)]
public IllformedLocaleException (string? message, int errorIndex);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=28)>]
new Android.Icu.Util.IllformedLocaleException : string * int -> Android.Icu.Util.IllformedLocaleException
Parameters
- message
- String
- errorIndex
- Int32
- Attributes