QuantConnect / pythonnet

Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
http://pythonnet.github.io
MIT License
28 stars 26 forks source link

Adds method name to "no method matches" error #7

Closed AlexCatarino closed 7 years ago

AlexCatarino commented 7 years ago

What does this implement/fix? Explain your changes.

When a method does not find a match for given arguments, the thrown runtime error message does not informs us which method call failed

Does this close any currently open issues?

No.

Any other comments?

No.

Checklist

Check all those that are applicable and complete.

jaredbroad commented 7 years ago

Nice PR