// No return value; this is designed to throw an exception if there is a problem. // Limit the serach to: this.session.idSubprocess private void ValidateAbbrev(string abbrev, int currID) { HELPERS.ValidateAbbrev(abbrev, currID, this.session.idSubprocess); }