SetCodeMessage Method

Summary
Sets the error string that corresponds to a specific PrinterDriverExceptionCode
Syntax
C#
C++/CLI
public static void SetCodeMessage( 
   PrinterDriverExceptionCode code, 
   string message 
) 
public: 
static void SetCodeMessage(  
   PrinterDriverExceptionCode code, 
   String^ message 
)  

Parameters

code
A PrinterDriverExceptionCode value to set the string message for.

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

Remarks

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

Requirements

Target Platforms

Help Version 22.0.2023.1.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.