Amazon.SimpleSystemsManagement.Model.DocumentLimitExceededException.DocumentLimitExceededException C# (CSharp) Method

DocumentLimitExceededException() public method

Construct instance of DocumentLimitExceededException
public DocumentLimitExceededException ( Exception innerException ) : System
innerException System.Exception
return System
        public DocumentLimitExceededException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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