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

適用対象