mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-13 17:33:02 +00:00
Cleaning/docs
This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
{
|
||||
public abstract class Error
|
||||
{
|
||||
/// <summary>
|
||||
/// The error code
|
||||
/// </summary>
|
||||
public int Code { get; set; }
|
||||
/// <summary>
|
||||
/// The message for the error that occured
|
||||
/// </summary>
|
||||
public string Message { get; set; }
|
||||
|
||||
protected Error(int code, string message)
|
||||
|
||||
Reference in New Issue
Block a user