List of Exceptions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know if a list of exceptions are available for framework objects? For example, how does one know all the exceptions possible to the filestream object?

If you know that such lists are available, how do I get / create such a list?

Gary
 
Gary,
If you've installed the .Net Framework Class Browser, you can drill through the System name space to System.SystemException and see a rather large list of all classes that derive from System.SystemException.

hth
Barry

----- Gary wrote: -----


Does anyone know if a list of exceptions are available for framework objects? For example, how does one know all the exceptions possible to the filestream object?

If you know that such lists are available, how do I get / create such a list?

Gary
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top