|
2 |
edited title
|
||
How to creating create exception helpers? |
||||
|
1 |
|
||
How to creating exception helpers?I'm looking at creating a helper method to set an exception's message, automatically setting String.Format, adding in inner exceptions, setting commandline exit codes, etc; something like:
The BCL has got a few static classes around that does that sort of thing (eg System.ThrowHelper in mscorlib).
|
||||
