C# 클래스 VirtoCommerce.SwaggerApiClient.Client.ApiException

API Exception
상속: System.Exception
파일 보기 프로젝트 열기: VirtoCommerce/vc-internal

공개 메소드들

메소드 설명
ApiException ( ) : System

Initializes a new instance of the ApiException class.

ApiException ( int errorCode, string message ) : System

Initializes a new instance of the ApiException class.

ApiException ( int errorCode, string message, dynamic errorContent = null ) : System

Initializes a new instance of the ApiException class.

메소드 상세

ApiException() 공개 메소드

Initializes a new instance of the ApiException class.
public ApiException ( ) : System
리턴 System

ApiException() 공개 메소드

Initializes a new instance of the ApiException class.
public ApiException ( int errorCode, string message ) : System
errorCode int HTTP status code.
message string Error message.
리턴 System

ApiException() 공개 메소드

Initializes a new instance of the ApiException class.
public ApiException ( int errorCode, string message, dynamic errorContent = null ) : System
errorCode int HTTP status code.
message string Error message.
errorContent dynamic Error content.
리턴 System