Amazon.AWSSupport.Model.AttachmentLimitExceededException.AttachmentLimitExceededException C# (CSharp) Method

AttachmentLimitExceededException() public method

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

Same methods

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