ErrorContext(HttpContext, Exception) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise errorContext avec les spécifiés HttpContext et Exception.
public:
ErrorContext(Microsoft::AspNetCore::Http::HttpContext ^ httpContext, Exception ^ exception);
public ErrorContext (Microsoft.AspNetCore.Http.HttpContext httpContext, Exception exception);
new Microsoft.AspNetCore.Diagnostics.ErrorContext : Microsoft.AspNetCore.Http.HttpContext * Exception -> Microsoft.AspNetCore.Diagnostics.ErrorContext
Public Sub New (httpContext As HttpContext, exception As Exception)
Paramètres
- httpContext
- HttpContext
- exception
- Exception