Marshal.GetPInvokeErrorMessage(Int32) Método

Definición

Obtiene el mensaje de error del sistema para el código de error proporcionado.

public:
 static System::String ^ GetPInvokeErrorMessage(int error);
public static string GetPInvokeErrorMessage (int error);
static member GetPInvokeErrorMessage : int -> string
Public Shared Function GetPInvokeErrorMessage (error As Integer) As String

Parámetros

error
Int32

Código de error.

Devoluciones

Mensaje de error asociado a error.

Se aplica a