NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InvalidPrinterException Constructor (String)

Initializes a new instance of the InvalidPrinterException class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal printerName As String _
)
[C#]
public InvalidPrinterException(
   string printerName
);
[C++]
public: InvalidPrinterException(
   String* printerName
);
[JScript]
public function InvalidPrinterException(
   printerName : String
);

Parameters

printerName
[To be supplied.]

See Also

InvalidPrinterException Class | InvalidPrinterException Members | System.Drawing.Printing Namespace | InvalidPrinterException Constructor Overload List