HttpRequestInvalidException

Overview

Location

 

constructor (Int32, String)

 

constructor(errorCode: Int32; errorMessage: String)

 

HttpRequestInvalidException(Int32 errorCode, String errorMessage)

 

Sub New(errorCode As Int32, errorMessage As String)

Parameters:

  • errorCode:
  • errorMessage:

constructor (Int32, String, Exception)

 

constructor(errorCode: Int32; errorMessage: String; innerException: Exception)

 

HttpRequestInvalidException(Int32 errorCode, String errorMessage, Exception innerException)

 

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)

 

Sub New(errorCode As HttpStatusCode, errorMessage As String)

Parameters:

  • errorCode:
  • errorMessage:

constructor (HttpStatusCode, String, Exception)

 

constructor(errorCode: HttpStatusCode; errorMessage: String; innerException: Exception)

 

HttpRequestInvalidException(HttpStatusCode errorCode, String errorMessage, Exception innerException)

 

Sub New(errorCode As HttpStatusCode, errorMessage As String, innerException As Exception)

Parameters:

  • errorCode:
  • errorMessage:
  • innerException:

ErrorCode

 

property ErrorCode: HttpStatusCode read;

 

HttpStatusCode ErrorCode { get; }

 

ReadOnly Property ErrorCode() As HttpStatusCode

ErrorMessage

 

property ErrorMessage: String read;

 

String ErrorMessage { get; }

 

ReadOnly Property ErrorMessage() As String

 

ErrorCode

 

property ErrorCode: HttpStatusCode read;

 

HttpStatusCode ErrorCode { get; }

 

ReadOnly Property ErrorCode() As HttpStatusCode

ErrorMessage

 

property ErrorMessage: String read;

 

String ErrorMessage { get; }

 

ReadOnly Property ErrorMessage() As String

 

constructor (Int32, String)

 

constructor(errorCode: Int32; errorMessage: String)

 

HttpRequestInvalidException(Int32 errorCode, String errorMessage)

 

Sub New(errorCode As Int32, errorMessage As String)

Parameters:

  • errorCode:
  • errorMessage:

constructor (Int32, String, Exception)

 

constructor(errorCode: Int32; errorMessage: String; innerException: Exception)

 

HttpRequestInvalidException(Int32 errorCode, String errorMessage, Exception innerException)

 

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)

 

Sub New(errorCode As HttpStatusCode, errorMessage As String)

Parameters:

  • errorCode:
  • errorMessage:

constructor (HttpStatusCode, String, Exception)

 

constructor(errorCode: HttpStatusCode; errorMessage: String; innerException: Exception)

 

HttpRequestInvalidException(HttpStatusCode errorCode, String errorMessage, Exception innerException)

 

Sub New(errorCode As HttpStatusCode, errorMessage As String, innerException As Exception)

Parameters:

  • errorCode:
  • errorMessage:
  • innerException: