Amazon.DirectoryService.Model.TagLimitExceededException.TagLimitExceededException C# (CSharp) Method

TagLimitExceededException() public method

Construct instance of TagLimitExceededException
public TagLimitExceededException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public TagLimitExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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