diff --git a/aspnetcore/fundamentals/error-handling.md b/aspnetcore/fundamentals/error-handling.md index a43cc03230..020724d53b 100644 --- a/aspnetcore/fundamentals/error-handling.md +++ b/aspnetcore/fundamentals/error-handling.md @@ -31,13 +31,15 @@ The templates place . -The Developer Exception Page includes the following information about the exception and the request: +The Developer Exception Page can include the following information about the exception and the request: * Stack trace * Query string parameters if any * Cookies if any * Headers +The Developer Exception Page is not guaranteed to provide any information. Use [Logging](xref:fundamentals/logging/index) for complete error information. + ## Exception handler page To configure a custom error handling page for the [Production environment](xref:fundamentals/environments), call . This exception handling middleware: