Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Aston committed Oct 2, 2011
1 parent 86250de commit bc893c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Expand Up @@ -9,6 +9,7 @@ Usage:


```C# ```C#



public class MyHelpfulException : HelpfulException public class MyHelpfulException : HelpfulException
{ {
public MyHelpfulException(string problemDescription, public MyHelpfulException(string problemDescription,
Expand All @@ -23,7 +24,10 @@ Usage:


```C# ```C#


throw new MyHelpfulException("Coffee supply too low.", new []{ "Buy some more coffee.", "Stop drinking so much coffee." });
throw new MyHelpfulException("Coffee supply too low.",
new []{ "Buy some more coffee.",
"Stop drinking so much coffee." });


``` ```


Expand Down

0 comments on commit bc893c2

Please sign in to comment.