exception
designing exceptions for custom dll used by third party web sites
I\'m designing a class library that will be sent out to the public for use with their applications. It interacts with a custom db system that they need to install on their servers.[详细]
2023-04-12 00:34 分类:问答Programmatically catching windows close event when out of GDI resources
I\'m trying to catch all unexpected terminations in my process. I\'ve used these functions to catch all the unhandled errors and exceptions that i can think of, but still it\'s not enough:[详细]
2023-04-11 22:56 分类:问答What kind of exception is 'Connection Timed Out' - ASP.NET
I\'m w开发者_JAVA技巧orking on an asp.net application which communicates with web services. However quite often of late, the services have been down. I don\'t want to throw a generic Exception but rat[详细]
2023-04-11 22:44 分类:问答Catching Exceptions From Multiple Methods Withing the Class
In Java, I have a class with a few methods that throw the same custom exception (the custom exception extends the \'Exception\' class):[详细]
2023-04-11 22:17 分类:问答C#: GetHashCode, Equals and Dictionary leads to IndexOutOfRangeException? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: When does a dictionary throw an IndexOutOfRangeException on Add or ContainsKey?[详细]
2023-04-11 21:39 分类:问答Parsing Rss Android SDK JSON exception?
So I am in the process of developing an application for android that will parse some rss xml and show my the results.I am basing it off a tutorial that I found and everything works fine up until I imp[详细]
2023-04-11 21:11 分类:问答how does trycatch hurt the memory/CPU?
so I am interested in the c# side of it - but I am tagging c++ as the concept exists there and I am not over the \'finally\' keyword.[详细]
2023-04-11 21:10 分类:问答.net Report xml data source keep getting LocalProcessingException
I am trying to make a report in .net using c# with a table that has 2 columns. The problem is that I keep getting the same exception, which is LocalProcessingException, and occurs on this line:[详细]
2023-04-11 20:51 分类:问答How can I catch a spring message JstTagException?
I\'m using Spring MVC 3.0 with sitemesh and spring message bundles.For example, I have the following:[详细]
2023-04-11 20:13 分类:问答Exception with multiple parameters in the constructor
I would like to know if it is fine to create an exception with multiple parameters in one constructor (different to throwable, string) or if this practice is bad?[详细]
2023-04-11 19:23 分类:问答