Amazon.ElastiCache.Model.CacheSubnetGroupAlreadyExistsException.CacheSubnetGroupAlreadyExistsException C# (CSharp) 메소드

CacheSubnetGroupAlreadyExistsException() 공개 메소드

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

Same methods

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