| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace : LastError Class |

public class LastError : System.MarshalByRefObject
LastError error = project.GetLastError(); string tmp = ""; if(error != null) tmp = string.Format("ActionComment: {0}.\r\nActionGroupId: {1}.\r\nActionId: {2}", error.ActionComment, error.ActionGroupId, error.ActionId); return tmp;
System.Object
System.MarshalByRefObject
ZennoLab.InterfacesLibrary.ProjectModel.LastError
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven