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

ReservedCacheNodeNotFoundException() public method

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

Same methods

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