ApiMethodException

Overview

Location

Properties


ErrorCode

 

property ErrorCode: HttpStatusCode read;

 

HttpStatusCode ErrorCode { get; }

 

ReadOnly Property ErrorCode() As HttpStatusCode

Instance Methods


constructor

 

constructor

 

ApiMethodException()

 

Sub New()

constructor (HttpStatusCode)

 

constructor(errorCode: HttpStatusCode)

 

ApiMethodException(HttpStatusCode errorCode)

 

Sub New(errorCode As HttpStatusCode)

Parameters:

  • errorCode:

constructor (HttpStatusCode, String)

 

constructor(errorCode: HttpStatusCode; message: String)

 

ApiMethodException(HttpStatusCode errorCode, String message)

 

Sub New(errorCode As HttpStatusCode, message As String)

Parameters:

  • errorCode:
  • message: