public class LastError : System.MarshalByRefObject
public class LastError : System.MarshalByRefObject
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;
System.Object
System.MarshalByRefObject
ZennoLab.InterfacesLibrary.ProjectModel.LastError
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.