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

TooManyTagsErrorException() public method

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

Same methods

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