Amazon.SimpleEmail.Model.FromEmailAddressNotVerifiedException.FromEmailAddressNotVerifiedException C# (CSharp) Метод

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
        public FromEmailAddressNotVerifiedException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

FromEmailAddressNotVerifiedException::FromEmailAddressNotVerifiedException ( Exception innerException ) : System
FromEmailAddressNotVerifiedException::FromEmailAddressNotVerifiedException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System
FromEmailAddressNotVerifiedException::FromEmailAddressNotVerifiedException ( string message ) : System
FromEmailAddressNotVerifiedException::FromEmailAddressNotVerifiedException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
FromEmailAddressNotVerifiedException::FromEmailAddressNotVerifiedException ( string message, Exception innerException ) : System
FromEmailAddressNotVerifiedException