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

DBClusterNotFoundException() public method

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

Same methods

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