Amazon.ElastiCache.Model.InsufficientCacheClusterCapacityException.InsufficientCacheClusterCapacityException C# (CSharp) Метод

InsufficientCacheClusterCapacityException() публичный Метод

Construct instance of InsufficientCacheClusterCapacityException
public InsufficientCacheClusterCapacityException ( 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
Результат System
        public InsufficientCacheClusterCapacityException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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