NoCurrentRowException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exception levée lorsque l'adresse du début d'une ligne PipelineBuffer est Null.
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 gère un membre interne qui contient l’adresse du début de chaque ligne dans .PipelineBuffer Si ce membre a la valeur Null, est NoCurrentRowException levée.
Constructeurs
NoCurrentRowException() |
Initialise une nouvelle instance de la classe NoCurrentRowException. |