I have parts of the code where I want to throw an exception when the user is not authenticated / not authorized.
So instead of writing my own NotAuthenticatedException and NotAuthorizedException, I was wondering if some C # standards exist for them.
I can imagine that many programs throw such Exceptions, and it would not be very useful if everyone would record their wheel again.
authentication c # exception authorization
Dirk Boer Mar 19 '13 at 9:47 2013-03-19 09:47
source share