HttpException.CreateFromLastError(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據 Windows API GetLastError()
方法傳回的錯誤碼,建立新 HttpException 例外狀況。
public:
static System::Web::HttpException ^ CreateFromLastError(System::String ^ message);
public static System.Web.HttpException CreateFromLastError (string message);
static member CreateFromLastError : string -> System.Web.HttpException
Public Shared Function CreateFromLastError (message As String) As HttpException
參數
- message
- String
例外狀況擲回時,錯誤訊息會顯示在用戶端。
傳回
HttpException,根據對 Windows API GetLastError()
方法的呼叫所傳回的錯誤碼。