HttpRequestInvalidException
Overview
The HttpRequestInvalidException class represt an exception occurred while processing client request on hte server side.
Location
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack.Http
-
Ancestry:
- Exception | HttpRequestInvalidException .NET, .NET Core 5.0, .NET Standard 2.0
- Exception | Exception | HttpRequestInvalidException Island
- NSException | Exception | HttpRequestInvalidException Toffee
- Exception | HttpRequestInvalidException .NET, .NET Core 5.0, .NET Standard 2.0
constructor (declared in Exception) Island, Toffee
constructor
HttpRequestInvalidException()
init()
Sub New()
Creates a new instance of the HttpRequestInvalidException class.
constructor(errorCode: Int32; errorMessage: String)
HttpRequestInvalidException(Int32 errorCode, String errorMessage)
init(_ errorCode: Int32, _ errorMessage: String)
Sub New(errorCode As Int32, errorMessage As String)
Parameters:
- errorCode: HTTP error code
- errorMessage: Error message
Creates a new instance of the HttpRequestInvalidException class.
constructor(errorCode: Int32; errorMessage: String; innerException: Exception)
HttpRequestInvalidException(Int32 errorCode, String errorMessage, Exception innerException)
init(_ errorCode: Int32, _ errorMessage: String, _ innerException: Exception)
Sub New(errorCode As Int32, errorMessage As String, innerException As Exception)
Parameters:
- errorCode: HTTP error code
- errorMessage: Error message
- innerException: Inner exception
constructor(errorCode: Int32; errorMessage: String; innerException: Exception)
HttpRequestInvalidException(Int32 errorCode, String errorMessage, Exception innerException)
init(_ errorCode: Int32, _ errorMessage: String, _ innerException: Exception)
Sub New(errorCode As Int32, errorMessage As String, innerException As Exception)
Parameters:
- errorCode:
- errorMessage:
- innerException:
constructor (HttpStatusCode, String)
constructor(errorCode: HttpStatusCode; errorMessage: String)
HttpRequestInvalidException(HttpStatusCode errorCode, String errorMessage)
init(_ errorCode: HttpStatusCode, _ errorMessage: String)
Sub New(errorCode As HttpStatusCode, errorMessage As String)
Parameters:
- errorCode:
- errorMessage:
constructor (HttpStatusCode, String, Exception) .NET, .NET Core 5.0, .NET Standard 2.0
constructor(errorCode: HttpStatusCode; errorMessage: String; innerException: Exception)
HttpRequestInvalidException(HttpStatusCode errorCode, String errorMessage, Exception innerException)
init(_ errorCode: HttpStatusCode, _ errorMessage: String, _ innerException: Exception)
Sub New(errorCode As HttpStatusCode, errorMessage As String, innerException As Exception)
Parameters:
- errorCode:
- errorMessage:
- innerException:
constructor (HttpStatusCode, String, Exception) Island, Toffee
constructor(errorCode: HttpStatusCode; errorMessage: String; innerException: Exception)
HttpRequestInvalidException(HttpStatusCode errorCode, String errorMessage, Exception innerException)
init(_ errorCode: HttpStatusCode, _ errorMessage: String, _ innerException: Exception)
Sub New(errorCode As HttpStatusCode, errorMessage As String, innerException As Exception)
Parameters:
- errorCode:
- errorMessage:
- innerException:
constructor(message: String)
HttpRequestInvalidException(String message)
init(_ message: String)
Sub New(message As String)
Parameters:
- message:
constructor(message: String; innerException: Exception)
HttpRequestInvalidException(String message, Exception innerException)
init(_ message: String, _ innerException: Exception)
Sub New(message As String, innerException As Exception)
Parameters:
- message:
- innerException:
ErrorCode virtual
Gets HTTP error code.
property ErrorCode: HttpStatusCode read;
HttpStatusCode ErrorCode { get; }
var ErrorCode: HttpStatusCode { get{} }
ReadOnly Property ErrorCode() As HttpStatusCode
ErrorMessage virtual
Gets error message.
property ErrorMessage: String read;
String ErrorMessage { get; }
var ErrorMessage: String { get{} }
ReadOnly Property ErrorMessage() As String
ErrorCode virtual
Gets HTTP error code.
property ErrorCode: HttpStatusCode read;
HttpStatusCode ErrorCode { get; }
var ErrorCode: HttpStatusCode { get{} }
ReadOnly Property ErrorCode() As HttpStatusCode
ErrorMessage virtual
Gets error message.
property ErrorMessage: String read;
String ErrorMessage { get; }
var ErrorMessage: String { get{} }
ReadOnly Property ErrorMessage() As String
constructor (declared in Exception) Island, Toffee
constructor
HttpRequestInvalidException()
init()
Sub New()
Creates a new instance of the HttpRequestInvalidException class.
constructor(errorCode: Int32; errorMessage: String)
HttpRequestInvalidException(Int32 errorCode, String errorMessage)
init(_ errorCode: Int32, _ errorMessage: String)
Sub New(errorCode As Int32, errorMessage As String)
Parameters:
- errorCode: HTTP error code
- errorMessage: Error message
Creates a new instance of the HttpRequestInvalidException class.
constructor(errorCode: Int32; errorMessage: String; innerException: Exception)
HttpRequestInvalidException(Int32 errorCode, String errorMessage, Exception innerException)
init(_ errorCode: Int32, _ errorMessage: String, _ innerException: Exception)
Sub New(errorCode As Int32, errorMessage As String, innerException As Exception)
Parameters:
- errorCode: HTTP error code
- errorMessage: Error message
- innerException: Inner exception
constructor(errorCode: Int32; errorMessage: String; innerException: Exception)
HttpRequestInvalidException(Int32 errorCode, String errorMessage, Exception innerException)
init(_ errorCode: Int32, _ errorMessage: String, _ innerException: Exception)
Sub New(errorCode As Int32, errorMessage As String, innerException As Exception)
Parameters:
- errorCode:
- errorMessage:
- innerException:
constructor (HttpStatusCode, String)
constructor(errorCode: HttpStatusCode; errorMessage: String)
HttpRequestInvalidException(HttpStatusCode errorCode, String errorMessage)
init(_ errorCode: HttpStatusCode, _ errorMessage: String)
Sub New(errorCode As HttpStatusCode, errorMessage As String)
Parameters:
- errorCode:
- errorMessage:
constructor (HttpStatusCode, String, Exception) .NET, .NET Core 5.0, .NET Standard 2.0
constructor(errorCode: HttpStatusCode; errorMessage: String; innerException: Exception)
HttpRequestInvalidException(HttpStatusCode errorCode, String errorMessage, Exception innerException)
init(_ errorCode: HttpStatusCode, _ errorMessage: String, _ innerException: Exception)
Sub New(errorCode As HttpStatusCode, errorMessage As String, innerException As Exception)
Parameters:
- errorCode:
- errorMessage:
- innerException:
constructor (HttpStatusCode, String, Exception) Island, Toffee
constructor(errorCode: HttpStatusCode; errorMessage: String; innerException: Exception)
HttpRequestInvalidException(HttpStatusCode errorCode, String errorMessage, Exception innerException)
init(_ errorCode: HttpStatusCode, _ errorMessage: String, _ innerException: Exception)
Sub New(errorCode As HttpStatusCode, errorMessage As String, innerException As Exception)
Parameters:
- errorCode:
- errorMessage:
- innerException:
constructor(message: String)
HttpRequestInvalidException(String message)
init(_ message: String)
Sub New(message As String)
Parameters:
- message:
constructor(message: String; innerException: Exception)
HttpRequestInvalidException(String message, Exception innerException)
init(_ message: String, _ innerException: Exception)
Sub New(message As String, innerException As Exception)
Parameters:
- message:
- innerException: