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

ReservedCacheNodeAlreadyExistsException() public method

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

Same methods

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