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

DBClusterAlreadyExistsException() public method

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

Same methods

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