コード例 #1
0
ファイル: PoReader.cs プロジェクト: harryhsu72/po-conv
        private static void DidFailWithError(int lineNumber, string errorMessage)
        {
            string msg = string.Format("{0} : line {1}", errorMessage, lineNumber);
            PoConvert.Exception.InvalidFormatException e = new PoConvert.Exception.InvalidFormatException(msg);

            _items = null;
            throw e;
        }
コード例 #2
0
ファイル: PoReader.cs プロジェクト: harryhsu72/po-conv
        private static void DidFailWithError(int lineNumber, string errorMessage)
        {
            string msg = string.Format("{0} : line {1}", errorMessage, lineNumber);

            PoConvert.Exception.InvalidFormatException e = new PoConvert.Exception.InvalidFormatException(msg);

            _items = null;
            throw e;
        }