다음을 통해 공유


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

오류 텍스트입니다.

적용 대상