TranslateTool.PoReader.PoSyntaxError C# (CSharp) Method

PoSyntaxError() private method

private PoSyntaxError ( ) : void
return void
        void PoSyntaxError()
        {
            throw new ApplicationException(string.Format("Bad PO line at line {0}", lineNumber));
        }