NoCurrentRowException Classe

Définition

L’exception qui est lancée lorsque l’adresse du début d’une PipelineBuffer ligne est nulle.

public ref class NoCurrentRowException : ApplicationException
[System.Serializable]
public class NoCurrentRowException : ApplicationException
[<System.Serializable>]
type NoCurrentRowException = class
    inherit ApplicationException
Public Class NoCurrentRowException
Inherits ApplicationException
Héritage
NoCurrentRowException
Attributs

Remarques

La PipelineBuffer classe maintient un membre interne contenant l’adresse du début de chaque ligne dans le PipelineBufferfichier . Si ce membre est nul, le NoCurrentRowException est jeté.

Constructeurs

Nom Description
NoCurrentRowException()

Initialise une nouvelle instance de la classe NoCurrentRowException.

S’applique à