Esempio n. 1
0
 public MJLUserNotFoundException(SearchPropertyType searchProperty, string searchValue)
     : base(string.Concat("No user found with the '", searchProperty.ToString(), "' property with a value of '", searchValue, "'"))
 {
     SearchProperty = searchProperty;
     SearchValue    = searchValue;
 }
 public MJLUserNotFoundException(SearchPropertyType searchProperty, string searchValue)
     : base(string.Concat("No user found with the '", searchProperty.ToString() , "' property with a value of '", searchValue, "'"))
 {
     SearchProperty = searchProperty;
     SearchValue = searchValue;
 }