Marshal.SetLastSystemError(Int32) Méthode
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.
Définit la dernière erreur système sur le thread actuel.
public:
static void SetLastSystemError(int error);
public static void SetLastSystemError (int error);
static member SetLastSystemError : int -> unit
Public Shared Sub SetLastSystemError (error As Integer)
- error
- Int32
Erreur à définir.
L’erreur système est basée sur le système d’exploitation actuel, errno
c’est-à-dire sur Unix et SetLastError sur Windows.
Produit | Versions |
---|---|
.NET | 6, 7, 8, 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :