←Select platform

SetCodeMessage Method

Summary

Sets the error string that corresponds to a specific PrinterDriverClientExceptionCode.

Syntax

C#
VB
C++
public static void SetCodeMessage( 
   PrinterDriverClientExceptionCode code, 
   string message 
) 
  
Public Shared Sub SetCodeMessage( _ 
   ByVal code As Leadtools.Printer.Client.Installer.PrinterDriverClientExceptionCode, _ 
   ByVal message As String _ 
)  
public: 
static void SetCodeMessage(  
   Leadtools.Printer.Client.Installer.PrinterDriverClientExceptionCode code, 
   String^ message 
)  

Parameters

code
A PrinterDriverClientExceptionCode value to set the string message for.

message
A System.String that contains the new message for code.

Remarks

By default, PrinterDriverClientException has a string message for each PrinterDriverClientExceptionCode. Get this message by using the GetCodeMessage method. Also, any string message for any PrinterDriverClientExceptionCode can be changed by using the SetCodeMessage method.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.