Class IdentityNotFoundException
Inheritance
System.Object
IdentityNotFoundException
Assembly: NineDigit.eKasa.dll
Syntax
public class IdentityNotFoundException : IdentityException
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
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
IdentityNotFoundException(String)
Declaration
public IdentityNotFoundException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
IdentityNotFoundException(String, ORPCode)
Declaration
public IdentityNotFoundException(string message, ORPCode cashRegisterCode)
Parameters
Type |
Name |
Description |
System.String |
message |
|
ORPCode |
cashRegisterCode |
|
IdentityNotFoundException(String, ORPCode, Exception)
Declaration
public IdentityNotFoundException(string message, ORPCode cashRegisterCode, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
ORPCode |
cashRegisterCode |
|
System.Exception |
innerException |
|
IdentityNotFoundException(String, Exception)
Declaration
public IdentityNotFoundException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
innerException |
|
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
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
Overrides