语言

NoCurrentRowException 类

定义

当行开头 PipelineBuffer 地址为空时抛出的异常。

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开头的地址。 如果该成员为空,则抛出。NoCurrentRowException

构造函数

名称 说明
NoCurrentRowException()

初始化 NoCurrentRowException 类的新实例。

适用于