C# Class SolidStack.Core.Guards.GuardClauseException

The exception that is thrown when the guard clause (i.e. pre-condition / post-condition) of a method isn't respected.
That kind of exception should never be catch.
Inheritance: Exception
Show file Open project: maximegel/solidstack

Public Methods

Method Description
GuardClauseException ( string message ) : System

Method Details

GuardClauseException() public method

public GuardClauseException ( string message ) : System
message string
return System