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

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

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

Same methods

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