Class IdentityNotFoundException
Inheritance
IdentityNotFoundException
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public class IdentityNotFoundException : IdentityException, ISerializable
Constructors
IdentityNotFoundException()
Declaration
public IdentityNotFoundException()
IdentityNotFoundException(ORPCode)
Declaration
public IdentityNotFoundException(ORPCode cashRegisterCode)
Parameters
| Type |
Name |
Description |
| ORPCode |
cashRegisterCode |
|
IdentityNotFoundException(SerializationInfo, StreamingContext)
Declaration
protected IdentityNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
IdentityNotFoundException(string)
Declaration
public IdentityNotFoundException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
IdentityNotFoundException(string, ORPCode)
Declaration
public IdentityNotFoundException(string message, ORPCode cashRegisterCode)
Parameters
IdentityNotFoundException(string, ORPCode, Exception)
Declaration
public IdentityNotFoundException(string message, ORPCode cashRegisterCode, Exception innerException)
Parameters
IdentityNotFoundException(string, Exception)
Declaration
public IdentityNotFoundException(string message, Exception innerException)
Parameters
Properties
CashRegisterCode
Kód pokladnice, ak bol poskytnutý
Declaration
public ORPCode CashRegisterCode { get; }
Property Value
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Overrides
Implements