InvalidPrinterException Class
.NET Framework 2.0
Represents the exception that is thrown when you try to access a printer using printer settings that are not valid.
Namespace: System.Drawing.Printing
Assembly: System.Drawing (in system.drawing.dll)
Assembly: System.Drawing (in system.drawing.dll)
'Declaration <SerializableAttribute> _ Public Class InvalidPrinterException Inherits SystemException 'Usage Dim instance As InvalidPrinterException
/** @attribute SerializableAttribute() */ public class InvalidPrinterException extends SystemException
SerializableAttribute public class InvalidPrinterException extends SystemException
Not applicable.
The most common cause of printer settings that are not valid is referencing a printer that does not exist.
For more information about printing, see the System.Drawing.Printing namespace overview.
System.Object
System.Exception
System.SystemException
System.Drawing.Printing.InvalidPrinterException
System.Exception
System.SystemException
System.Drawing.Printing.InvalidPrinterException
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: