共用方式為


IApplicationPreloadUtil.ReportApplicationPreloadFailure 方法

定義

報表服務器將 ASP.NET 應用程式載入時,IIS 7.0 發生錯誤。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 void ReportApplicationPreloadFailure(System::String ^ context, int errorCode, System::String ^ errorMessage);
public void ReportApplicationPreloadFailure (string context, int errorCode, string errorMessage);
abstract member ReportApplicationPreloadFailure : string * int * string -> unit
Public Sub ReportApplicationPreloadFailure (context As String, errorCode As Integer, errorMessage As String)

參數

context
String

應用程式內容。

errorCode
Int32

數值錯誤碼。

errorMessage
String

錯誤文字。

適用於