LEADTOOLS Virtual Printer (Leadtools.Printer.Client.Installer assembly)

PrinterDriverClientException Constructor(PrinterDriverClientExceptionCode)

Show in webframe





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
)

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

See Also

Reference

PrinterDriverClientException Class
PrinterDriverClientException Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.