Skip to content

Instantly share code, notes, and snippets.

@HamidMosalla
Created February 28, 2018 19:17
try
{
conn.Close();
}
catch (InvalidOperationException ex)
{
Console.WriteLine(ex.GetType().FullName);
Console.WriteLine(ex.Message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment