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

DBClusterSnapshotAlreadyExistsException() public method

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

Same methods

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