Amazon.ElastiCache.Model.InvalidCacheClusterStateException.InvalidCacheClusterStateException C# (CSharp) Méthode

InvalidCacheClusterStateException() public méthode

Construct instance of InvalidCacheClusterStateException
public InvalidCacheClusterStateException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        public InvalidCacheClusterStateException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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