Lean  $LEAN_TAG$
QuantConnect.Messages.DllNotFoundPythonExceptionInterpreter Class Reference

Provides user-facing messages for the Exceptions.DllNotFoundPythonExceptionInterpreter class and its consumers or related classes More...

Static Public Member Functions

static string DynamicLinkLibraryNotFound (string dllName, string platform)
 Returns a string message saying the given dynamic-link library could not be found More...
 

Detailed Description

Provides user-facing messages for the Exceptions.DllNotFoundPythonExceptionInterpreter class and its consumers or related classes

Definition at line 31 of file Messages.Exceptions.cs.

Member Function Documentation

◆ DynamicLinkLibraryNotFound()

static string QuantConnect.Messages.DllNotFoundPythonExceptionInterpreter.DynamicLinkLibraryNotFound ( string  dllName,
string  platform 
)
static

Returns a string message saying the given dynamic-link library could not be found

Definition at line 37 of file Messages.Exceptions.cs.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: