RunCode..::..ErrorsToString Method
Errors or CompilerResults to string.
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
public static string ErrorsToString( CompilerResults compilerResults )
Public Shared Function ErrorsToString ( _ compilerResults As CompilerResults _ ) As String
public: static String^ ErrorsToString( CompilerResults^ compilerResults )
Parameters
- compilerResults
- Type: CompilerResults
The compiler results.