ViolatedRestriction constructor
- String cause,
- bool timeDependent
Implementation
ViolatedRestriction(String cause, bool timeDependent)
: cause = cause, timeDependent = timeDependent, details = null;
ViolatedRestriction(String cause, bool timeDependent)
: cause = cause, timeDependent = timeDependent, details = null;