C# Class Amazon.AWSMarketplaceMetering.Model.ThrottlingException

Inheritance: AmazonAWSMarketplaceMeteringException
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
ThrottlingException ( Exception innerException ) : System

Construct instance of ThrottlingException

ThrottlingException ( string message ) : System

Constructs a new ThrottlingException with the specified error message.

ThrottlingException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System

Construct instance of ThrottlingException

ThrottlingException ( string message, Exception innerException ) : System

Construct instance of ThrottlingException

ThrottlingException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System

Construct instance of ThrottlingException

Protected Methods

Method Description
ThrottlingException ( System info, System context ) : System

Constructs a new instance of the ThrottlingException class with serialized data.

Method Details

ThrottlingException() public method

Construct instance of ThrottlingException
public ThrottlingException ( Exception innerException ) : System
innerException System.Exception
return System

ThrottlingException() protected method

Constructs a new instance of the ThrottlingException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected ThrottlingException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
return System

ThrottlingException() public method

Constructs a new ThrottlingException with the specified error message.
public ThrottlingException ( string message ) : System
message string /// Describes the error encountered. ///
return System

ThrottlingException() public method

Construct instance of ThrottlingException
public ThrottlingException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System

ThrottlingException() public method

Construct instance of ThrottlingException
public ThrottlingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

ThrottlingException() public method

Construct instance of ThrottlingException
public ThrottlingException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System