Aracılığıyla paylaş


IApplicationPreloadUtil.ReportApplicationPreloadFailure Yöntem

Tanım

Sunucu uygulamanın ön yüklemesi sırasında IIS 7.0'da bir hata ASP.NET raporlar.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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)

Parametreler

context
String

Uygulama bağlamı.

errorCode
Int32

Sayısal hata kodu.

errorMessage
String

Hata metni.

Şunlara uygulanır