Exemplo n.º 1
0
 public NotSupportedConditionException(ConditionType conditionType, string language)
     : base(conditionType.GetDisplayName() + " not supported in " + language)
 {
 }