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

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

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

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

Construct instance of FromEmailAddressNotVerifiedException

FromEmailAddressNotVerifiedException ( string message ) : System

Constructs a new FromEmailAddressNotVerifiedException with the specified error message.

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

Construct instance of FromEmailAddressNotVerifiedException

FromEmailAddressNotVerifiedException ( string message, Exception innerException ) : System

Construct instance of FromEmailAddressNotVerifiedException

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

Construct instance of FromEmailAddressNotVerifiedException

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

Метод Описание
FromEmailAddressNotVerifiedException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System

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

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

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

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

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

Constructs a new instance of the FromEmailAddressNotVerifiedException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected FromEmailAddressNotVerifiedException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Результат System

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

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

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

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

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

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

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

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