C# Класс Amazon.Redshift.Model.ReservedNodeOfferingNotFoundException

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

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

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

Construct instance of ReservedNodeOfferingNotFoundException

ReservedNodeOfferingNotFoundException ( string message ) : System

Constructs a new ReservedNodeOfferingNotFoundException with the specified error message.

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

Construct instance of ReservedNodeOfferingNotFoundException

ReservedNodeOfferingNotFoundException ( string message, Exception innerException ) : System

Construct instance of ReservedNodeOfferingNotFoundException

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

Construct instance of ReservedNodeOfferingNotFoundException

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

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

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

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

ReservedNodeOfferingNotFoundException() публичный Метод

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

ReservedNodeOfferingNotFoundException() защищенный Метод

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

ReservedNodeOfferingNotFoundException() публичный Метод

Constructs a new ReservedNodeOfferingNotFoundException with the specified error message.
public ReservedNodeOfferingNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System

ReservedNodeOfferingNotFoundException() публичный Метод

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

ReservedNodeOfferingNotFoundException() публичный Метод

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

ReservedNodeOfferingNotFoundException() публичный Метод

Construct instance of ReservedNodeOfferingNotFoundException
public ReservedNodeOfferingNotFoundException ( 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