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