Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sitwalkstand on github.
  • I am sitwalkstand (https://keybase.io/sitwalkstand) on keybase.
  • I have a public key ASDuTrlSldOxPC16PyYj8ZLXazqCP6QQD3rrAoMGR9MaQgo

To claim this, I am signing this object:

#region GetConnectionString
private static string GetConnectionString()
{
string oraConnStr = ConfigurationManager.AppSettings.Get("OracleConnectionString");
if (string.IsNullOrEmpty(oraConnStr))
{
throw new Exception("Configuration Setting Error: OracleConnectionString must be declared.");
}