exception-handling
Global handling exception in WPF app with Caliburn.Micro
Hi I try implement solution from this site im my WPF app for global exception handling. http://www.codeproject.com/Articles/90866/Unhandled-Exception-Handler-For-WPF-Applications.aspx[详细]
2023-02-08 21:30 分类:问答Return special JsonResult in case of Exception occurs
public JsonResult Menu() { // Exception } I need ap开发者_StackOverflowplication not to redirect user to the 404 page, but return special JSON result like { \"result\":1 }.[详细]
2023-02-08 17:27 分类:问答Checking for handling of exceptions in xml comments?
Is there any C# code analysis tool that can verify if exceptions that are in the XML comments are handled somewhere up in the call chain?[详细]
2023-02-08 10:27 分类:问答Should I be trying to catch any EnityManager query exceptions?
I usually layout my Java SE methods like this.Should I try t开发者_如何学Co catch any exceptions for simple reads like this?I can see using catches for any inserts but for this I don\'t see the need.J[详细]
2023-02-08 08:01 分类:问答How to make readInt() block on input byte stream?
I have an input stream coming form a blackbox (say B). All the messages coming in from this stream are serialized binary data and each message starts with a four byte int. Most of it is logging data a[详细]
2023-02-08 03:20 分类:问答Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[Obrat setSuma:]: unrecognized selector sent to instance 0x64139d0'
Hello how can I solve or wh开发者_高级运维at is the reason for sending me this error Terminating app due to uncaught exception \'NSInvalidArgumentException\', reason: \'-[Obrat setSuma:]: unrecognize[详细]
2023-02-08 02:02 分类:问答Catch every exception of program?
I\'ve a WPF application which runs globally fine. But sometimes, the client tell me that he gots some crashes. But I\'ve no information about what happened except what he does.[详细]
2023-02-08 01:22 分类:问答deriving from std::exception
i want to derive from std::exception to add specific information to my log files, but i cant figure how to access the .what() from the std::exception.[详细]
2023-02-07 23:54 分类:问答Alternatives to SmartAssembly for exception handling and reporting?
I was happy with the SmartAssembly solution for exception handli开发者_Python百科ng, but I reported an issue on Red Gate forum and is not being solved yet.[详细]
2023-02-07 18:55 分类:问答WPF Databinding: Catching exceptions thrown by property getters
I am looking for an application-wide method of catching exceptions thrown by databound property getters (and setters, but that\'s doable without as much difficulty).[详细]
2023-02-07 18:41 分类:问答
加载中,请稍侯......