Click or drag to resize

ArticyApiException Constructor

Overload List
  NameDescription
Public methodArticyApiException(Int32)
Create an API exception with a specific error code
Public methodArticyApiException(ErrorCode)
Create an API exception with a specific error code
Public methodArticyApiException(Int32, Exception)
Create an API exception with a specific error code
Public methodArticyApiException(Int32, String)
Create an API exception with a specific error code
Public methodArticyApiException(ErrorCode, Exception)
Create an API exception with a specific error code
Public methodArticyApiException(ErrorCode, String)
Create an API exception with a specific error code
Public methodArticyApiException(Int32, String, Exception)
Create an API exception with a specific error code
Public methodArticyApiException(ErrorCode, String, Exception)
Create an API exception with a specific error code
Top
See Also