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
 
Back
Top