Skip to content

Instantly share code, notes, and snippets.

@ilivewithian
Created October 9, 2011 15:52
Show Gist options
  • Save ilivewithian/1273821 to your computer and use it in GitHub Desktop.
Save ilivewithian/1273821 to your computer and use it in GitHub Desktop.
Guard Example
Guard.Against<InvalidOperationException>(string.IsNullOrEmpty(serverName), "Server name must be provided")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment