NoCurrentRowException 类

定义

PipelineBuffer 行的开头的地址为 Null 时引发的异常。

public ref class NoCurrentRowException : ApplicationException
[System.Serializable]
public class NoCurrentRowException : ApplicationException
[<System.Serializable>]
type NoCurrentRowException = class
    inherit ApplicationException
Public Class NoCurrentRowException
Inherits ApplicationException
继承
NoCurrentRowException
属性

注解

PipelineBuffer类维护一个内部成员,该成员包含 中每一行开头的PipelineBuffer地址。 如果此成员为 null, NoCurrentRowException 则引发 。

构造函数

NoCurrentRowException()

初始化 NoCurrentRowException 类的新实例。

适用于