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

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

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

Same methods

MailFromDomainNotVerifiedException::MailFromDomainNotVerifiedException ( Exception innerException ) : System
MailFromDomainNotVerifiedException::MailFromDomainNotVerifiedException ( System info, System context ) : System
MailFromDomainNotVerifiedException::MailFromDomainNotVerifiedException ( string message ) : System
MailFromDomainNotVerifiedException::MailFromDomainNotVerifiedException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
MailFromDomainNotVerifiedException::MailFromDomainNotVerifiedException ( string message, Exception innerException ) : System
MailFromDomainNotVerifiedException