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

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

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

Same methods

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