IApplicationPreloadUtil.ReportApplicationPreloadFailure 方法

定义

报告在服务器预加载客户端应用程序时 IIS 7.0 ASP.NET 错误。

此 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

错误文本。

适用于