C# 클래스 AmazonMWS1.MarketplaceWebServiceProductsException

Marketplace Web Service Products Exception provides details of errors returned by Marketplace Web Service Products service
상속: System.Exception
파일 보기 프로젝트 열기: nyneaxis/Amazon_MWS 1 사용 예제들

공개 메소드들

메소드 설명
MarketplaceWebServiceProductsException ( Exception t ) : System

Constructs MarketplaceWebServiceProductsException with wrapped exception

MarketplaceWebServiceProductsException ( String message ) : System

Constructs MarketplaceWebServiceProductsException with message

MarketplaceWebServiceProductsException ( String message, Exception t ) : System

Constructs MarketplaceWebServiceProductsException with message and wrapped exception

MarketplaceWebServiceProductsException ( String message, HttpStatusCode statusCode, ResponseHeaderMetadata rhm ) : System

Constructs MarketplaceWebServiceProductsException with message and status code

MarketplaceWebServiceProductsException ( String message, HttpStatusCode statusCode, String errorCode, String errorType, String requestId, String xml, ResponseHeaderMetadata rhm ) : System

Constructs MarketplaceWebServiceProductsException with information available from service

메소드 상세

MarketplaceWebServiceProductsException() 공개 메소드

Constructs MarketplaceWebServiceProductsException with wrapped exception
public MarketplaceWebServiceProductsException ( Exception t ) : System
t System.Exception Wrapped exception
리턴 System

MarketplaceWebServiceProductsException() 공개 메소드

Constructs MarketplaceWebServiceProductsException with message
public MarketplaceWebServiceProductsException ( String message ) : System
message String Overview of error
리턴 System

MarketplaceWebServiceProductsException() 공개 메소드

Constructs MarketplaceWebServiceProductsException with message and wrapped exception
public MarketplaceWebServiceProductsException ( String message, Exception t ) : System
message String Overview of error
t System.Exception Wrapped exception
리턴 System

MarketplaceWebServiceProductsException() 공개 메소드

Constructs MarketplaceWebServiceProductsException with message and status code
public MarketplaceWebServiceProductsException ( String message, HttpStatusCode statusCode, ResponseHeaderMetadata rhm ) : System
message String Overview of error
statusCode HttpStatusCode HTTP status code for error response
rhm MarketplaceWebServiceProducts.Model.ResponseHeaderMetadata
리턴 System

MarketplaceWebServiceProductsException() 공개 메소드

Constructs MarketplaceWebServiceProductsException with information available from service
public MarketplaceWebServiceProductsException ( String message, HttpStatusCode statusCode, String errorCode, String errorType, String requestId, String xml, ResponseHeaderMetadata rhm ) : System
message String Overview of error
statusCode HttpStatusCode HTTP status code for error response
errorCode String Error Code returned by the service
errorType String Error type. Possible types: Sender, Receiver or Unknown
requestId String Request ID returned by the service
xml String Compete xml found in response
rhm MarketplaceWebServiceProducts.Model.ResponseHeaderMetadata
리턴 System