Amazon.SimpleDB.Model.NoSuchDomainException.NoSuchDomainException C# (CSharp) Метод

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

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

Same methods

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