Amazon.CloudTrail.Model.TagsLimitExceededException.TagsLimitExceededException C# (CSharp) Method

TagsLimitExceededException() public method

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

Same methods

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