There are certain areas in your code that you don\'t want the program execution to stop, like say during a checkout at a ecomm store.
When the WCF service is turned off, I\'m gonna catch this exception like this. public List<ProjektyEntity> GetProjekty()
I am using 开发者_如何学Goa free .net telnet component (De.Mud.Telnet), which has several asynchronous methods you can call, and the component fires events when things happen.My problem is that the co
Do you know if there is a way to bring back mal开发者_如何学JAVAloc in its initial state, as if the program was just starting ?
I have the following code: HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url); request.Method = \"HEAD\";
When catching / handling exceptions in JavaScript, how can I determine what the call stack was when the exception occurred? (and also if possible what the line number was)
When given an Exception object in Java, is there any way to get (or infer) the instances involved in the stack trace of this exception? I know that StackTraceElement contains information about the cla
I\'d like to get an email when an error or exception happen in my web application, so that i can do the fix quickly.I\'ve set a JSP error page. I like to show the error page to the client and at the s
What are you views on using CheckedExceptions and RuntimeExceptions in an application ? I\'ve been advised to use a combination of both and, as fa开发者_Go百科r as I understand, you can have a chain o
I\'m enjoying using Fluent NHibernate with AutoMappings but every now and then I get this runtime error when trying to create the fluent configuration: \'An invalid or incomplete configuration was use