コード例 #1
0
ファイル: BITalinoException.cs プロジェクト: mara172/GitXIM
    public BITalinoException( BITalinoErrorTypes errorType )
    {
        Value = errorType.Value;

        this.message = errorType.Message;
    }
コード例 #2
0
    public BITalinoException(BITalinoErrorTypes errorType)
    {
        Value = errorType.Value;

        this.message = errorType.Message;
    }