Show / Hide Table of Contents

Class PrintReceiptException

Inheritance
object
Exception
PrinterException
PrintReceiptException
Implements
ISerializable
Inherited Members
PrinterException.PrinterName
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public class PrintReceiptException : PrinterException, ISerializable

Constructors

PrintReceiptException()

Declaration
public PrintReceiptException()

PrintReceiptException(PrinterName, ReceiptId, ID)

Declaration
public PrintReceiptException(PrinterName printerName, ReceiptId receiptId, ID requestExternalId = null)
Parameters
Type Name Description
PrinterName printerName
ReceiptId receiptId
ID requestExternalId

PrintReceiptException(PrinterName, ReceiptId, ID, Exception)

Declaration
public PrintReceiptException(PrinterName printerName, ReceiptId receiptId, ID requestExternalId, Exception innerException)
Parameters
Type Name Description
PrinterName printerName
ReceiptId receiptId
ID requestExternalId
Exception innerException

PrintReceiptException(SerializationInfo, StreamingContext)

Declaration
protected PrintReceiptException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

PrintReceiptException(string)

Declaration
public PrintReceiptException(string message)
Parameters
Type Name Description
string message

PrintReceiptException(string, PrinterName, ReceiptId, ID)

Declaration
public PrintReceiptException(string message, PrinterName printerName, ReceiptId receiptId, ID requestExternalId = null)
Parameters
Type Name Description
string message
PrinterName printerName
ReceiptId receiptId
ID requestExternalId

PrintReceiptException(string, PrinterName, ReceiptId, ID, Exception)

Declaration
public PrintReceiptException(string message, PrinterName printerName, ReceiptId receiptId, ID requestExternalId, Exception innerException)
Parameters
Type Name Description
string message
PrinterName printerName
ReceiptId receiptId
ID requestExternalId
Exception innerException

PrintReceiptException(string, Exception)

Declaration
public PrintReceiptException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Properties

ReceiptId

Unikátny identifikátor dokladu

Declaration
public ReceiptId ReceiptId { get; }
Property Value
Type Description
ReceiptId

RequestExternalId

Unikátny externý identifikátor požiadavky, ak bol uvedený v požiadavke

Declaration
public ID RequestExternalId { get; }
Property Value
Type Description
ID

Methods

GetObjectData(SerializationInfo, StreamingContext)

Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
Overrides
PrinterException.GetObjectData(SerializationInfo, StreamingContext)

Implements

ISerializable
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©