AmazonMWS1.MarketplaceWebServiceProductsException.MarketplaceWebServiceProductsException C# (CSharp) Method

MarketplaceWebServiceProductsException() public method

Constructs MarketplaceWebServiceProductsException with wrapped exception
public MarketplaceWebServiceProductsException ( Exception t ) : System
t System.Exception Wrapped exception
return System
        public MarketplaceWebServiceProductsException(Exception t)
            : this(t.Message, t)
        {
        }

Same methods

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