C# Class Amazon.SimpleEmail.Model.FromEmailAddressNotVerifiedException

Inheritance: AmazonSimpleEmailServiceException
Show file Open project: aws/aws-sdk-unity-net

Public Methods

Method 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

Protected Methods

Method 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 method

Construct instance of FromEmailAddressNotVerifiedException
public FromEmailAddressNotVerifiedException ( Exception innerException ) : System
innerException Exception
return System

FromEmailAddressNotVerifiedException() protected method

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.
return System

FromEmailAddressNotVerifiedException() public method

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

FromEmailAddressNotVerifiedException() public method

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
return System

FromEmailAddressNotVerifiedException() public method

Construct instance of FromEmailAddressNotVerifiedException
public FromEmailAddressNotVerifiedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System

FromEmailAddressNotVerifiedException() public method

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
return System