1.

What Is The Purpose Of Usedeveloperexceptionpage()?

Answer»

This method belongs to the Microsoft.AspNetCore.Builder NAMESPACE of USEDeveloperExceptionPage Extensions static class. The purpose of this function is to capture synchronous and asynchronous System.Exception INSTANCES from the pipeline and GENERATES HTML ERROR responses. It returns a reference to the app after the operation is completed.We use the UseDeveloperException() extension method to render the exception during the development mode.

This method belongs to the Microsoft.AspNetCore.Builder namespace of USEDeveloperExceptionPage Extensions static class. The purpose of this function is to capture synchronous and asynchronous System.Exception instances from the pipeline and generates HTML error responses. It returns a reference to the app after the operation is completed.We use the UseDeveloperException() extension method to render the exception during the development mode.



Discussion

No Comment Found