Marshal.GetPInvokeErrorMessage(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所提供錯誤碼的系統錯誤訊息。
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
參數
- error
- Int32
錯誤碼。
傳回
與相關聯的 error
錯誤訊息。