SiAuto.Main.LogMessage("Processing Order 48843");
SiAuto.Main.LogWarning("Connection refused while trying to connect!");
SiAuto.Main.LogException(e);
SiAuto.Main.EnterMethod(this, "Button1_Click");
SiAuto.Main.LeaveMethod(this, "Button1_Click");
SiAuto.Main.LogInt("index", index);
SiAuto.Main.LogObject("order", order);
SiAuto.Main.LogDataSet("dataSet", dataSet);
SiAuto.Main.LogMessage("Processing Order 48843")
SiAuto.Main.LogWarning("Connection refused while trying to connect!")
SiAuto.Main.LogException(e)
SiAuto.Main.EnterMethod(Me, "Button1_Click")
SiAuto.Main.LeaveMethod(Me, "Button1_Click")
SiAuto.Main.LogInt("index", index)
SiAuto.Main.LogObject("order", order)
SiAuto.Main.LogDataSet("dataSet", dataSet)
SiAuto.main.logMessage("Processing Order 48843");
SiAuto.main.logWarning("Connection refused while trying to connect!");
SiAuto.main.logException(e);
SiAuto.main.enterMethod(this, "Button1_Click");
SiAuto.main.leaveMethod(this, "Button1_Click");
SiAuto.main.logInt("index", index);
SiAuto.main.logObject("order", order);
SiAuto.main.logResultSet("resultSet", resultSet);
SiMain.LogMessage('Processing Order 48843');
SiMain.LogWarning('Connection refused while trying to connect!');
SiMain.LogException(E);
SiMain.EnterMethod(Self, 'Button1_Click');
SiMain.LeaveMethod(Self, 'Button1_Click');
SiMain.LogInteger('Index', Index);
SiMain.LogObject('Order', Order);
SiMain.LogDataSet('DataSet', DataSet);