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 クラスの新しいインスタンスを初期化します。

適用対象