Exemple #1
0
    public BITalinoException( BITalinoErrorTypes errorType )
    {
        Value = errorType.Value;

        this.message = errorType.Message;
    }
Exemple #2
0
    public BITalinoException(BITalinoErrorTypes errorType)
    {
        Value = errorType.Value;

        this.message = errorType.Message;
    }