Class PrinterNotFoundException
Inheritance
PrinterNotFoundException
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public class PrinterNotFoundException : PrinterException, ISerializable
Constructors
PrinterNotFoundException()
Declaration
public PrinterNotFoundException()
PrinterNotFoundException(SerializationInfo, StreamingContext)
Declaration
protected PrinterNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
PrinterNotFoundException(string)
Declaration
public PrinterNotFoundException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
PrinterNotFoundException(string, Exception)
Declaration
public PrinterNotFoundException(string message, Exception innerException)
Parameters
PrinterNotFoundException(string, string)
Declaration
public PrinterNotFoundException(string message, string printerName)
Parameters
PrinterNotFoundException(string, string, Exception)
Declaration
public PrinterNotFoundException(string message, string printerName, Exception innerException)
Parameters
Methods
Create(string)
Declaration
public static PrinterNotFoundException Create(string printerName)
Parameters
| Type |
Name |
Description |
| string |
printerName |
|
Returns
Create(string, Exception)
Declaration
public static PrinterNotFoundException Create(string printerName, Exception innerException)
Parameters
Returns
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Overrides
Implements