HttpRequestInvalidException

Overview

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

Location

 

constructor    (declared in Exception) Island, Toffee

 

constructor

 

HttpRequestInvalidException()

 

init()

 

Sub New()

constructor (Int32, String) obsolete

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

constructor (Int32, String, Exception) .NET, .NET Core 5.0, .NET Standard 2.0

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 (Int32, String, Exception) Island, Toffee

 

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 (String)    (declared in Exception) Island, Toffee

 

constructor(message: String)

 

HttpRequestInvalidException(String message)

 

init(_ message: String)

 

Sub New(message As String)

Parameters:

  • message:

constructor (String, Exception)    (declared in Exception) Island, Toffee

 

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

constructor (Int32, String) obsolete

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

constructor (Int32, String, Exception) .NET, .NET Core 5.0, .NET Standard 2.0

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 (Int32, String, Exception) Island, Toffee

 

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 (String)    (declared in Exception) Island, Toffee

 

constructor(message: String)

 

HttpRequestInvalidException(String message)

 

init(_ message: String)

 

Sub New(message As String)

Parameters:

  • message:

constructor (String, Exception)    (declared in Exception) Island, Toffee

 

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: