C# Class AmazonMWS1.MarketplaceWebServiceProductsException

Marketplace Web Service Products Exception provides details of errors returned by Marketplace Web Service Products service
Inheritance: System.Exception
Show file Open project: nyneaxis/Amazon_MWS Class Usage Examples

Public Methods

Method Description
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

Method Details

MarketplaceWebServiceProductsException() public method

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

MarketplaceWebServiceProductsException() public method

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

MarketplaceWebServiceProductsException() public method

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

MarketplaceWebServiceProductsException() public method

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
return System

MarketplaceWebServiceProductsException() public method

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
return System