/// <summary>
 /// Not supported.
 /// </summary>
 /// <exception cref="NotSupportedException">Always thrown</exception>
 void System.Collections.IEnumerator.Reset()
 {
     throw Error.NotSupported();
 }