-
as seen on Stack Overflow
- Search for 'Stack Overflow'
what is difference between Exception handling Application block & Exception handling in regular dot net classes ? i don't think it is beneficial to use of Exception handling Application block. What is exact use of that block ??
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm getting the following error while testing my EHAB implementation:
{"Activation error occured while trying to get instance of type ExceptionPolicyImpl, key "LogPolicy""} System.Exception
Stack Trace: StackTrace " at Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance(Type…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using Delphi Pro 6 on Windows XP with FastMM 4.92 and the JEDI JVCL 3.0. Given the code below, I'm having the following problem: only the first exception handling block gets a valid instance of E. The other blocks match properly with the class of the Exception being raised, but E is unassigned…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using Delphi Pro 6 on Windows XP with FastMM 4.92 and the JEDI JVCL 3.0. Given the code below, I'm having the following problem: only the first exception handling block gets a valid instance of E. The other blocks match properly with the class of the Exception being raised, but E is unassigned…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm looking at some code in an application of ours and came across something a little odd from what I normally do. With exception handling and cleanup, we (as well as many other programmers out there, I'm sure) use a Try/Finally block embedded with a Try/Except block. Now I'm used to the Try/Except…
>>> More