Class EKasaError
Inheritance
System.Object
EKasaError
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class EKasaError : Object, ISerializable
Constructors
EKasaError(String, Nullable<Int32>)
Declaration
public EKasaError(string message, Nullable<int> code)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Nullable<System.Int32> |
code |
|
Properties
Code
Declaration
public Nullable<int> Code { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Message
Declaration
public string Message { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
HasCode(EKasaErrorCode)
Declaration
public bool HasCode(EKasaErrorCode code)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements