Not a problem at all, if used correctly. A class library should throw
exceptions unless it can handle them gracefully. My class libraries include
exception handlers that log the details of the exceptions and then throw
them routinely. The logging is optional, and can be turned off if desired,
but I find it very useful in diagnosing problems.

Signature
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
> Kevin,
> Thanks for the reply; is it okay that the class library to throw an
[quoted text clipped - 92 lines]
>>>>>>>
>>>>>>> Sid.
Sid Price - 25 Oct 2007 18:52 GMT
What is describe is exactly what I am trying to achieve, if only I could
figure out why my application is not catching the exceptions,
Sid.
> Not a problem at all, if used correctly. A class library should throw
> exceptions unless it can handle them gracefully. My class libraries
[quoted text clipped - 98 lines]
>>>>>>>>
>>>>>>>> Sid.