CrossDeviceAuthenticationException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CrossDeviceAuthenticationException(CrossDeviceAuthenticationExceptionErrorCode)
[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=37)]
public CrossDeviceAuthenticationException(Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationExceptionErrorCode errorCode);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=37)>]
new Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationException : Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationExceptionErrorCode -> Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationException
Parameter
- Attribute
Gilt für:
CrossDeviceAuthenticationException(CrossDeviceAuthenticationExceptionErrorCode, String)
[Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=37)]
public CrossDeviceAuthenticationException(Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationExceptionErrorCode errorCode, string message);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=37)>]
new Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationException : Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationExceptionErrorCode * string -> Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationException
Parameter
- message
- String
- Attribute
Gilt für:
CrossDeviceAuthenticationException(CrossDeviceAuthenticationExceptionErrorCode, String, Throwable)
[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=37)]
public CrossDeviceAuthenticationException(Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationExceptionErrorCode errorCode, string message, Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=37)>]
new Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationException : Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationExceptionErrorCode * string * Java.Lang.Throwable -> Android.Security.AuthenticationPolicy.CrossDeviceAuthenticationException
Parameter
- message
- String
- cause
- Throwable
- Attribute