AmazonMWS1.MarketplaceWebServiceProductsException.MarketplaceWebServiceProductsException C# (CSharp) Method

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
        public MarketplaceWebServiceProductsException(String message, HttpStatusCode statusCode, ResponseHeaderMetadata rhm)
            : this(message)
        {
            this.statusCode = statusCode;
            this.responseHeaderMetadata = rhm;
        }

Same methods

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