Kenneth Porter
2008-03-07 18:52:37 UTC
How can I silence this message in the output window for an "expected"
exception?
I have a cache class that throws a cache miss exception when a query fails
to find a cached value. This is caught by the cache client which then
fetches the value from a remote device over a slow link. During application
startup most queries are expected to miss the cache, so the output log
fills with the "first-chance exception" message.
I'm using VS2005 SP1 and also VC6.
exception?
I have a cache class that throws a cache miss exception when a query fails
to find a cached value. This is caught by the cache client which then
fetches the value from a remote device over a slow link. During application
startup most queries are expected to miss the cache, so the output log
fills with the "first-chance exception" message.
I'm using VS2005 SP1 and also VC6.