GetCodeMessage Method

Summary

Gets the error string that corresponds to a specific PrinterDriverExceptionCode.

Syntax
C#
VB
C++
public static string GetCodeMessage( 
   PrinterDriverExceptionCode code 
) 
  
Public Shared Function GetCodeMessage( _ 
   ByVal code As PrinterDriverExceptionCode _ 
) As String 
public: 
static String^ GetCodeMessage(  
   PrinterDriverExceptionCode code 
)  

Parameters

code
A PrinterDriverExceptionCode value to get the string message for.

Return Value

A System.String that corresponds to a specific PrinterDriverExceptionCode.

Remarks

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

Requirements

Target Platforms

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

Leadtools.Printer Assembly