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

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

Construct instance of NumberDomainsExceededException
public NumberDomainsExceededException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public NumberDomainsExceededException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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