ErrorContext(HttpContext, Exception) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert errorContext mit dem angegebenen HttpContext und 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)
Parameter
- httpContext
- HttpContext
- exception
- Exception