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

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

Construct instance of CacheSubnetGroupInUseException
public CacheSubnetGroupInUseException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public CacheSubnetGroupInUseException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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