Amazon.AWSSupport.Model.DescribeAttachmentLimitExceededException.DescribeAttachmentLimitExceededException C# (CSharp) 메소드

DescribeAttachmentLimitExceededException() 공개 메소드

Construct instance of DescribeAttachmentLimitExceededException
public DescribeAttachmentLimitExceededException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public DescribeAttachmentLimitExceededException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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