SessionTranscriptMismatchException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SessionTranscriptMismatchException(String) |
Construit une nouvelle |
SessionTranscriptMismatchException(IntPtr, JniHandleOwnership) | |
SessionTranscriptMismatchException(String, Throwable) |
Construit une nouvelle |
SessionTranscriptMismatchException(String)
Construit une nouvelle SessionTranscriptMismatchException
exception.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)]
public SessionTranscriptMismatchException (string message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)>]
new Android.Security.Identity.SessionTranscriptMismatchException : string -> Android.Security.Identity.SessionTranscriptMismatchException
Paramètres
- message
- String
message détaillé.
- Attributs
Remarques
Construit une nouvelle SessionTranscriptMismatchException
exception.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.
S’applique à
SessionTranscriptMismatchException(IntPtr, JniHandleOwnership)
protected SessionTranscriptMismatchException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Identity.SessionTranscriptMismatchException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Identity.SessionTranscriptMismatchException
Paramètres
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
S’applique à
SessionTranscriptMismatchException(String, Throwable)
Construit une nouvelle SessionTranscriptMismatchException
exception.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)]
public SessionTranscriptMismatchException (string message, Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)>]
new Android.Security.Identity.SessionTranscriptMismatchException : string * Java.Lang.Throwable -> Android.Security.Identity.SessionTranscriptMismatchException
Paramètres
- message
- String
message détaillé.
- cause
- Throwable
la cause.
- Attributs
Remarques
Construit une nouvelle SessionTranscriptMismatchException
exception.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.