Error processing SSI file
LEADTOOLS Virtual Printer (Leadtools.Printer.Client.Installer assembly)

Show in webframe

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
)

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

Error processing SSI file