Amazon.RDS.Model.DBSubnetGroupDoesNotCoverEnoughAZsException.DBSubnetGroupDoesNotCoverEnoughAZsException C# (CSharp) Method

DBSubnetGroupDoesNotCoverEnoughAZsException() public method

Construct instance of DBSubnetGroupDoesNotCoverEnoughAZsException
public DBSubnetGroupDoesNotCoverEnoughAZsException ( Exception innerException ) : System
innerException System.Exception
return System
        public DBSubnetGroupDoesNotCoverEnoughAZsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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