CreateCredentialException 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
CreateCredentialException(String) |
Constructs a |
CreateCredentialException(IntPtr, JniHandleOwnership) | |
CreateCredentialException(String, Throwable) |
Constructs a |
CreateCredentialException(String, String) |
Constructs a |
CreateCredentialException(String, String, Throwable) |
Constructs a |
CreateCredentialException(String)
Constructs a CreateCredentialException
.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)]
public CreateCredentialException (string type);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)>]
new Android.Credentials.CreateCredentialException : string -> Android.Credentials.CreateCredentialException
Parameters
- type
- String
- Attributes
Remarks
Constructs a CreateCredentialException
.
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
CreateCredentialException(IntPtr, JniHandleOwnership)
protected CreateCredentialException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Credentials.CreateCredentialException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Credentials.CreateCredentialException
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Applies to
CreateCredentialException(String, Throwable)
Constructs a CreateCredentialException
.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=34)]
public CreateCredentialException (string type, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=34)>]
new Android.Credentials.CreateCredentialException : string * Java.Lang.Throwable -> Android.Credentials.CreateCredentialException
Parameters
- type
- String
- cause
- Throwable
- Attributes
Remarks
Constructs a CreateCredentialException
.
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
CreateCredentialException(String, String)
Constructs a CreateCredentialException
.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=34)]
public CreateCredentialException (string type, string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=34)>]
new Android.Credentials.CreateCredentialException : string * string -> Android.Credentials.CreateCredentialException
Parameters
- type
- String
- message
- String
- Attributes
Remarks
Constructs a CreateCredentialException
.
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
CreateCredentialException(String, String, Throwable)
Constructs a CreateCredentialException
.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=34)]
public CreateCredentialException (string type, string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=34)>]
new Android.Credentials.CreateCredentialException : string * string * Java.Lang.Throwable -> Android.Credentials.CreateCredentialException
Parameters
- type
- String
- message
- String
- cause
- Throwable
- Attributes
Remarks
Constructs a CreateCredentialException
.
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.