Method | Description | |
---|---|---|
MarketplaceWebServiceProductsException ( |
Constructs MarketplaceWebServiceProductsException with wrapped exception
|
|
MarketplaceWebServiceProductsException ( String message ) : System |
Constructs MarketplaceWebServiceProductsException with message
|
|
MarketplaceWebServiceProductsException ( String message, |
Constructs MarketplaceWebServiceProductsException with message and wrapped exception
|
|
MarketplaceWebServiceProductsException ( String message, HttpStatusCode statusCode, |
Constructs MarketplaceWebServiceProductsException with message and status code
|
|
MarketplaceWebServiceProductsException ( String message, HttpStatusCode statusCode, String errorCode, String errorType, String requestId, String xml, |
Constructs MarketplaceWebServiceProductsException with information available from service
|
public MarketplaceWebServiceProductsException ( |
||
t | Wrapped exception | |
return | System |
public MarketplaceWebServiceProductsException ( String message ) : System | ||
message | String | Overview of error |
return | System |
public MarketplaceWebServiceProductsException ( String message, |
||
message | String | Overview of error |
t | Wrapped exception | |
return | System |
public MarketplaceWebServiceProductsException ( String message, HttpStatusCode statusCode, |
||
message | String | Overview of error |
statusCode | HttpStatusCode | HTTP status code for error response |
rhm | ||
return | System |
public MarketplaceWebServiceProductsException ( String message, HttpStatusCode statusCode, String errorCode, String errorType, String requestId, String xml, |
||
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 | ||
return | System |