Skip to content

Instantly share code, notes, and snippets.

@xivk
Created November 15, 2017 11:06
Show Gist options
  • Save xivk/0c952a85a8ffa8fdbf18382b4cf42ca6 to your computer and use it in GitHub Desktop.
Save xivk/0c952a85a8ffa8fdbf18382b4cf42ca6 to your computer and use it in GitHub Desktop.
string value;
if(!routerDb.Meta.TryGetValue("bounds", out value))
{
throw new ConfigurationErrorsException("No bounds geometry configured.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment