Class PrinterNotReadyException
Inheritance
PrinterNotReadyException
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public class PrinterNotReadyException : PrinterException, ISerializable
Constructors
PrinterNotReadyException()
Declaration
public PrinterNotReadyException()
PrinterNotReadyException(PrinterName)
Declaration
public PrinterNotReadyException(PrinterName printerName)
Parameters
PrinterNotReadyException(SerializationInfo, StreamingContext)
Declaration
protected PrinterNotReadyException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
PrinterNotReadyException(string)
Declaration
public PrinterNotReadyException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
PrinterNotReadyException(string, PrinterName)
Declaration
public PrinterNotReadyException(string message, PrinterName printerName)
Parameters
PrinterNotReadyException(string, PrinterName, Exception)
Declaration
public PrinterNotReadyException(string message, PrinterName printerName, Exception innerException)
Parameters
PrinterNotReadyException(string, Exception)
Declaration
public PrinterNotReadyException(string message, Exception innerException)
Parameters
Implements