PrintingException
Thrown when an error occurs during worksheet printing operations, such as invalid page setup or margin configuration.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class PrintingException : LocalizableException, ISerializable
Inheritance: objectExceptionLocalizableExceptionPrintingException
Implements:
Inherited Members
Constructors
Initializes a new instance of the PrintingException class with a default message.
public PrintingException()
Initializes a new instance of the PrintingException class with a specified error message, a reference to the inner exception, and localization key.
Initializes a new instance of the PrintingException class with a specified error message and a reference to the inner exception.
Initializes a new instance of the PrintingException class with a specified error message and localization key.
Initializes a new instance of the PrintingException class with a specified error message.