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

MaxDocumentSizeExceededException() public method

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

Same methods

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