Wednesday, October 1, 2014

Throwing exceptions across dll boundaries in C#

My questions is the following: is it safe to throw exceptions across the boundaries of dlls written in C# and built with different versions of the .NET framework or Visual Studio?


No there shouldn't be a problem.


No comments:

Post a Comment