manage exception

Is possible to ignore exceptions retrieved from a specific module? I
want the debugger dont handle exceptions from “myprocess.exe” but I want
the debugger handle exception from some dll loaded by “myprocess.exe”. I
have tried to do this with “Event Filtes” but I can`t specify the
module( name or address ).

I guess we cann’t handle at module level. SEH , vector exceptions works at process level.

Thank,
Anil