C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,339 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I'm using IronPython in C# to run python scripts. I'd like to compile the ironpython script before executing to check for syntax errors. Using exception handling in C# retrieves only the first error. However I'd like get all the errors in the code, with it's message and position in the code. Could anyone help me with this?