IApplicationPreloadUtil.ReportApplicationPreloadFailure Method (String, Int32, String)

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Reports that an error occurred in IIS 7.0 while the server was preloading the ASP.NET application.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

Sub ReportApplicationPreloadFailure (
	context As String,
	errorCode As Integer,
	errorMessage As String
)

Parameters

context
Type: System.String

The application context.

errorCode
Type: System.Int32

The numeric error code.

errorMessage
Type: System.String

The error text.

.NET Framework
Available since 4.0
Return to top
Show: