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

DBSubnetGroupAlreadyExistsException() public method

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

Same methods

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