Property Value
Type: System.String
A comment of action with an error.
LastError error = project.GetLastError(); string tmp = ""; if(error != null) tmp = string.Format("ProjectName: {0}.\r\nActionComment: {1}.\r\nActionGroupId: {2}.\r\nActionId: {3}", error.ProjectName, error.ActionComment, error.ActionGroupId, error.ActionId); return tmp;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.