private static string PrepareExceptionMessage(CodeBlockEnum codeType, Exception ex) { return(codeType + ": " + ex.Message.Replace('\n', ' ').Replace('\r', ' ')); }
public ScriptEngineErrors(CodeBlockEnum type) { blockType = type; }