Example #1
0
 /// <exception cref="System.Exception"></exception>
 public void Run()
 {
     _enclosing.Db().GetByID(OutOfMemoryId);
 }
Example #2
0
 /// <exception cref="System.Exception"></exception>
 public void Run()
 {
     _enclosing.Db().GetByID(InvalidId);
 }