Created
April 14, 2011 23:22
-
-
Save Ang3lFir3/920819 to your computer and use it in GitHub Desktop.
A new way to swallow exceptions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public IDictionary<int, SourcePrice> GetSourcePricingData(DateTime effectiveDate) | |
{ | |
IDictionary<string, SourcePrice> exceptions = new Dictionary<string, SourcePrice>(); | |
return GetSourcePricingData(effectiveDate, out exceptions); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment