Re: [DOTNET] Exception architecture of .NET

2002-04-24 Thread Thomas Tomiczek
Because explicit naming of possibly thrown exceptions - leads also to unmaintainable code. Do you really know what exceptions your component MIGHT throw in the next version? I kknow some java projects where suddently all exceptions were inherited from RuntimeException, which did not require th

Re: [DOTNET] Exception architecture of .NET

2002-04-24 Thread Brad Wilson
Miguel Ángel Chacón wrote: > where is the ‘throws’, that makes a developer to ‘mark’ his functions that > throws a particular type of exception. There is no "throws" specification in C#. See the mailing list archives for massive quantities of debate on both sides. Brad -- Read my web log at ht