public CardOutOfRangeException(Cards sourceDeckContents) : base("There are only 52 cards in the deck.") { deckContents = sourceDeckContents; }