C# Class Amazon.Runtime.Internal.HttpErrorResponseException

Inheritance: System.Exception
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
HttpErrorResponseException ( System info, System context ) : Amazon.Runtime.Internal.Transform

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

Private Methods

Méthode Description
GetObjectData ( System info, System context ) : void

Method Details

HttpErrorResponseException() public méthode

public HttpErrorResponseException ( IWebResponseData response ) : Amazon.Runtime.Internal.Transform
response IWebResponseData
Résultat Amazon.Runtime.Internal.Transform

HttpErrorResponseException() protected méthode

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.
Résultat Amazon.Runtime.Internal.Transform

HttpErrorResponseException() public méthode

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

HttpErrorResponseException() public méthode

public HttpErrorResponseException ( string message, IWebResponseData response ) : Amazon.Runtime.Internal.Transform
message string
response IWebResponseData
Résultat Amazon.Runtime.Internal.Transform