C# Класс Amazon.CloudFormation.AmazonCloudFormationException

Наследование: Amazon.Runtime.AmazonServiceException
Показать файл Открыть проект

Открытые методы

Метод Описание
AmazonCloudFormationException ( Exception innerException ) : System

Construct instance of AmazonCloudFormationException

AmazonCloudFormationException ( string message ) : System

Construct instance of AmazonCloudFormationException

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

Construct instance of AmazonCloudFormationException

AmazonCloudFormationException ( string message, Exception innerException ) : System

Construct instance of AmazonCloudFormationException

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

Construct instance of AmazonCloudFormationException

Защищенные методы

Метод Описание
AmazonCloudFormationException ( System info, System context ) : System

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

Описание методов

AmazonCloudFormationException() публичный метод

Construct instance of AmazonCloudFormationException
public AmazonCloudFormationException ( Exception innerException ) : System
innerException System.Exception
Результат System

AmazonCloudFormationException() защищенный метод

Constructs a new instance of the AmazonCloudFormationException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected AmazonCloudFormationException ( 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.
Результат System

AmazonCloudFormationException() публичный метод

Construct instance of AmazonCloudFormationException
public AmazonCloudFormationException ( string message ) : System
message string
Результат System

AmazonCloudFormationException() публичный метод

Construct instance of AmazonCloudFormationException
public AmazonCloudFormationException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System

AmazonCloudFormationException() публичный метод

Construct instance of AmazonCloudFormationException
public AmazonCloudFormationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System

AmazonCloudFormationException() публичный метод

Construct instance of AmazonCloudFormationException
public AmazonCloudFormationException ( 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
Результат System