Amazon.ElastiCache.Model.TagNotFoundException.TagNotFoundException C# (CSharp) Method

TagNotFoundException() public method

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

Same methods

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