C# Class Amazon.Runtime.Internal.HttpErrorResponseException

Inheritance: System.Exception
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
HttpErrorResponseException ( IWebResponseData response ) : Amazon.Runtime.Internal.Transform
HttpErrorResponseException ( string message, Exception innerException, IWebResponseData response ) : Amazon.Runtime.Internal.Transform
HttpErrorResponseException ( string message, IWebResponseData response ) : Amazon.Runtime.Internal.Transform

Protected Methods

Method Description
HttpErrorResponseException ( System info, System context ) : Amazon.Runtime.Internal.Transform

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

Private Methods

Method Description
GetObjectData ( System info, System context ) : void

Method Details

HttpErrorResponseException() public method

public HttpErrorResponseException ( IWebResponseData response ) : Amazon.Runtime.Internal.Transform
response IWebResponseData
return Amazon.Runtime.Internal.Transform

HttpErrorResponseException() protected method

Constructs a new instance of the HttpErrorResponseException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected HttpErrorResponseException ( System info, System context ) : Amazon.Runtime.Internal.Transform
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 Amazon.Runtime.Internal.Transform

HttpErrorResponseException() public method

public HttpErrorResponseException ( string message, Exception innerException, IWebResponseData response ) : Amazon.Runtime.Internal.Transform
message string
innerException System.Exception
response IWebResponseData
return Amazon.Runtime.Internal.Transform

HttpErrorResponseException() public method

public HttpErrorResponseException ( string message, IWebResponseData response ) : Amazon.Runtime.Internal.Transform
message string
response IWebResponseData
return Amazon.Runtime.Internal.Transform