Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns diagnostics information for web server startup failures.
Syntax
public static class IisDeveloperExpressDiagnostics
{
/// <summary>
/// DiagnoseStartupError returns diagnostics information for web site startup failures.
/// </summary>
/// <param name="errorCode">A Win32 HRESULT that describes the failure.</param>
/// <param name="url">A string that describes the URL for the site that failed to launch.</param>
/// <returns>An ErrorInformation instance that provides diagnostic information for the startup
/// failure.</returns>
public static ErrorInformation DiagnoseStartupError(
long errorCode,
string url);
}