NoCurrentRowException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当行开头 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 类的新实例。 |