LogExtentCollection.GetEnumerator 方法

定义

获取此集合中 LogExtent 实例的枚举数。 无法继承此方法。

public:
 virtual System::Collections::Generic::IEnumerator<System::IO::Log::LogExtent ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.IO.Log.LogExtent> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.IO.Log.LogExtent>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.IO.Log.LogExtent>
Public Function GetEnumerator () As IEnumerator(Of LogExtent)

返回

此集合中 LogExtent 实例的枚举数。

实现

例外

由于出现意外的 I/O 异常,因此无法执行该请求。

操作由于以下原因之一而无效:

  • 枚举已经终止。

  • 集合已修改。

  • 枚举尚未开始。 必须调用 MoveNext()

该方法是在序列已释放之后调用的。

没有足够的内存来继续执行该程序。

记录序列已满。

操作系统拒绝了对指定的日志存储区的访问。

适用于