ViolatedRestriction constructor

ViolatedRestriction(
  1. String cause,
  2. bool timeDependent
)

Implementation

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