ClassPrintingException
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, _Exception
Inheritance: objectExceptionLocalizableExceptionPrintingException
Implements:
Inherited Members
Constructors
PrintingException()
Initializes a new instance of the PrintingException class with a default message.
Declaration
public PrintingException()
PrintingException(string)
Initializes a new instance of the PrintingException class with a specified error message.
Declaration
public PrintingException(string message)
Parameters
message
The message.
PrintingException(string, Exception)
Initializes a new instance of the PrintingException class with a specified error message and a reference to the inner exception.
PrintingException(string, Exception, string)
Initializes a new instance of the PrintingException class with a specified error message, a reference to the inner exception, and localization key.
PrintingException(string, string)
Initializes a new instance of the PrintingException class with a specified error message and localization key.