Overview

The HttpRequestInvalidException class represt an exception occurred while processing client request on hte server side.

Location

constructor    (declared in Exception) Island, Toffee

HttpRequestInvalidException()

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(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(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(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)
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

HttpRequestInvalidException()

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(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(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(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)
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: