Marshal.SetLastSystemError(Int32) Metodo

Definizione

Imposta l'ultimo errore di sistema nel thread corrente.

public:
 static void SetLastSystemError(int error);
public static void SetLastSystemError (int error);
static member SetLastSystemError : int -> unit
Public Shared Sub SetLastSystemError (error As Integer)

Parametri

error
Int32

Errore da impostare.

Commenti

L'errore di sistema si basa sul sistema operativo corrente, errno ovvero in Unix e SetLastError in Windows.

Si applica a