C# Класс Amazon.SimpleEmail.Model.InvalidConfigurationSetException

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

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

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

Construct instance of InvalidConfigurationSetException

InvalidConfigurationSetException ( string message ) : System

Constructs a new InvalidConfigurationSetException with the specified error message.

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

Construct instance of InvalidConfigurationSetException

InvalidConfigurationSetException ( string message, Exception innerException ) : System

Construct instance of InvalidConfigurationSetException

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

Construct instance of InvalidConfigurationSetException

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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