F
Flip
I'm moving from java to C# and have a lot of fun doing it. But something
I've noticed I want to double check on in case I'm not learning properly is
checked exceptions. Does C#/.NET have such a concept? If I create a class
that throws some exceptions, how can I ensure any other classes calling my
method (like my own :>) catch and either rethrow or deal with the exceptions
at compile time?
Thanks.
I've noticed I want to double check on in case I'm not learning properly is
checked exceptions. Does C#/.NET have such a concept? If I create a class
that throws some exceptions, how can I ensure any other classes calling my
method (like my own :>) catch and either rethrow or deal with the exceptions
at compile time?
Thanks.