Amazon.ElastiCache.AmazonElastiCacheException.AmazonElastiCacheException C# (CSharp) 메소드

AmazonElastiCacheException() 공개 메소드

Construct instance of AmazonElastiCacheException
public AmazonElastiCacheException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public AmazonElastiCacheException(Exception innerException)
            : base(innerException.Message, innerException)
        {
        }

Same methods

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