LEADTOOLS Virtual Printer (Leadtools.Printer.Client.Installer assembly)
LEAD Technologies, Inc

PrinterDriverClientException Constructor(PrinterDriverClientExceptionCode)






A PrinterDriverClientException that specifies the cause of this exception.
Initializes a new instance of the PrinterDriverClientException class with its Message string set to the default message.
Syntax
public PrinterDriverClientException( 
   PrinterDriverClientExceptionCode code
)
'Declaration
 
Public Function New( _
   ByVal code As PrinterDriverClientExceptionCode _
)
'Usage
 
Dim code As PrinterDriverClientExceptionCode
 
Dim instance As New PrinterDriverClientException(code)
public PrinterDriverClientException( 
   PrinterDriverClientExceptionCode code
)
function PrinterDriverClientException( 
   code 
)
public:
PrinterDriverClientException( 
   PrinterDriverClientExceptionCode code
)

Parameters

code
A PrinterDriverClientException that specifies the cause of this exception.
Remarks
The PrinterDriverClientException class contains an internal list of messages with corresponding PrinterDriverClientExceptionCode value. This constructor initializes the Message property of the new instance with the corresponding string for code.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PrinterDriverClientException Class
PrinterDriverClientException Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.