BadHttpRequestException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an HTTP request error
public ref class BadHttpRequestException : System::IO::IOException
public class BadHttpRequestException : System.IO.IOException
type BadHttpRequestException = class
inherit IOException
Public Class BadHttpRequestException
Inherits IOException
- Inheritance
-
BadHttpRequestException
- Derived
Constructors
BadHttpRequestException(String, Exception) |
Initializes a new instance of the BadHttpRequestException class with the StatusCode set to 400 Bad Request. |
BadHttpRequestException(String, Int32, Exception) |
Initializes a new instance of the BadHttpRequestException class. |
BadHttpRequestException(String, Int32) |
Initializes a new instance of the BadHttpRequestException class. |
BadHttpRequestException(String) |
Initializes a new instance of the BadHttpRequestException class with the StatusCode set to 400 Bad Request. |
Properties
StatusCode |
Gets the HTTP status code for this exception. |