P
Paul Tomlinson
All,
If I do something like this:
lock( typeof( mainform ) )
{
....
if( some condition ) throw new Exception()
....
}
when "some condition" is true and the exception gets thrown does the lock
get released?
Thanks
PT
If I do something like this:
lock( typeof( mainform ) )
{
....
if( some condition ) throw new Exception()
....
}
when "some condition" is true and the exception gets thrown does the lock
get released?
Thanks
PT