C# Class Amazon.ECR.AmazonECRException

Inheritance: Amazon.Runtime.AmazonServiceException
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
AmazonECRException ( Exception innerException ) : System

Construct instance of AmazonECRException

AmazonECRException ( string message ) : System

Construct instance of AmazonECRException

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

Construct instance of AmazonECRException

AmazonECRException ( string message, Exception innerException ) : System

Construct instance of AmazonECRException

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

Construct instance of AmazonECRException

Méthodes protégées

Méthode Description
AmazonECRException ( System info, System context ) : System

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

Method Details

AmazonECRException() public méthode

Construct instance of AmazonECRException
public AmazonECRException ( Exception innerException ) : System
innerException System.Exception
Résultat System

AmazonECRException() protected méthode

Constructs a new instance of the AmazonECRException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected AmazonECRException ( 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.
Résultat System

AmazonECRException() public méthode

Construct instance of AmazonECRException
public AmazonECRException ( string message ) : System
message string
Résultat System

AmazonECRException() public méthode

Construct instance of AmazonECRException
public AmazonECRException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Résultat System

AmazonECRException() public méthode

Construct instance of AmazonECRException
public AmazonECRException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

AmazonECRException() public méthode

Construct instance of AmazonECRException
public AmazonECRException ( 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
Résultat System