Class PrintingException
Represents errors that occur during printing.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class PrintingException : LocalizableException, ISerializable, _Exception
  Constructors
PrintingException()
PrintingException(String)
Initializes a new instance of the PrintingException class.
Declaration
public PrintingException(string message)
  Parameters
| 
        System.String
        message
         The message.  | 
    
PrintingException(String, Exception)
Initializes a new instance of the PrintingException class.
Declaration
public PrintingException(string message, Exception innerException)
  Parameters
| 
        System.String
        message
         The message.  | 
    
| 
        System.Exception
        innerException
         The inner exception.  | 
    
PrintingException(String, Exception, String)
Initializes a new instance of the PrintingException class.
Declaration
public PrintingException(string message, Exception innerException, string key)
  Parameters
| 
        System.String
        message
         The message.  | 
    
| 
        System.Exception
        innerException
         The inner exception.  | 
    
| 
        System.String
        key
         The key.  | 
    
PrintingException(String, String)
Initializes a new instance of the PrintingException class.
Declaration
public PrintingException(string message, string key)
  Parameters
| 
        System.String
        message
         The message.  | 
    
| 
        System.String
        key
         The key.  |