|
-
Jul 4th, 2004, 05:15 AM
#1
Thread Starter
Hyperactive Member
Exception not being handled
In my app I am trying to print to a network printer.
When the printer is not available, and I try to print to it, I get a System.ComponentModel.Win32Exception in system.drawing.dll. "The RPC Server could not be found".
How can I catch this error?
I have tried
Try
Catch objError as System.ComponentModel.Win32Exception
End Try
and a whole bunch of other exception types, but nothing can seem to trap this error.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|