Quote:
|
Originally Posted by lectricpharaoh
For example, when opening a file, it seems nonsensical to throw an exception if the file cannot be opened; instead, return a success/failure code like the C standard library does.
|
Would you happen to know how I can do this in C#, if it does at all?