C# Class Amazon.SimpleEmail.Model.FromEmailAddressNotVerifiedException

Inheritance: AmazonSimpleEmailServiceException
Afficher le fichier Open project: aws/aws-sdk-unity-net

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
FromEmailAddressNotVerifiedException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System

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

Method Details

FromEmailAddressNotVerifiedException() public méthode

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

FromEmailAddressNotVerifiedException() protected méthode

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.
Résultat System

FromEmailAddressNotVerifiedException() public méthode

Constructs a new FromEmailAddressNotVerifiedException with the specified error message.
public FromEmailAddressNotVerifiedException ( string message ) : System
message string /// Describes the error encountered. ///
Résultat System

FromEmailAddressNotVerifiedException() public méthode

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
Résultat System

FromEmailAddressNotVerifiedException() public méthode

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

FromEmailAddressNotVerifiedException() public méthode

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
Résultat System