Show / Hide Table of Contents

Class EKasaError

Inheritance
object
EKasaError
Implements
ISerializable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class EKasaError : ISerializable

Constructors

EKasaError(string, int?)

Declaration
public EKasaError(string message, int? code)
Parameters
Type Name Description
string message
int code

Properties

Code

Declaration
public int? Code { get; }
Property Value
Type Description
int

Message

Declaration
public string Message { get; }
Property Value
Type Description
string

Methods

GetObjectData(SerializationInfo, StreamingContext)

Declaration
public void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

HasCode(EKasaErrorCode)

Declaration
public bool HasCode(EKasaErrorCode code)
Parameters
Type Name Description
EKasaErrorCode code
Returns
Type Description
bool

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

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