Top "Httpexception" questions

HttpException or HTTPException are exception classes defined by various object oriented libraries that signal a problem during processing of a http request.

BinaryWrite exception "OutputStream is not available when a custom TextWriter is used" in MVC 2 ASP.NET 4

I have a view rendering a stream using the response BinaryWrite method. This all worked fine under ASP.NET 4 using …

asp.net-mvc-2 response httpexception
Flutter occurs 'Error connecting to the service protocol: HttpException...' error on iOS device

For network connection I use dio and for checking connection state from Connectivity. And in here I check network state: @…

android ios dart flutter httpexception
Good idea to catch HttpException?

I have the following error in my output.aspx page sometimes: Exception Details: System.Web.HttpException: Request timed out. Source …

c# asp.net .net exception httpexception
C# (500) Internal Server Error overrides original exception

I am creating an API on C#. When I have an exception I try to send back a helping message, …

c# api http httpexception