April 2017
Intermediate to advanced
628 pages
13h 46m
English
public class Starship { }
public void SetMaximumTroopCapacity(int capacity) { }
try { // Read current capacity and try to add more } catch (Exception ex) { string connectionString = "connection string goes here"; string sql = $"INSERT INTO tblLog (error, date) VALUES ({ex.Message}, GetDate())"; using (SqlConnection con = new SqlConnection(connectionString)) { SqlCommand ...Read now
Unlock full access