ColumnIndexOutOfRangeException 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 lorsqu'une tentative d'accès à une colonne tampon par un index se trouve à l'extérieur des limites de la collection de colonnes tampon.
public ref class ColumnIndexOutOfRangeException : ApplicationException
[System.Serializable]
public class ColumnIndexOutOfRangeException : ApplicationException
[<System.Serializable>]
type ColumnIndexOutOfRangeException = class
inherit ApplicationException
Public Class ColumnIndexOutOfRangeException
Inherits ApplicationException
- Héritage
-
ColumnIndexOutOfRangeException
- Attributs
Remarques
Cette exception est levée lors de la tentative d’accès à un BufferColumn à l’aide d’un index et l’index fourni est supérieur au nombre de colonnes dans le tableau de base zéro ou inférieur à zéro.
Constructeurs
ColumnIndexOutOfRangeException() |
Initialise une nouvelle instance de la classe ColumnIndexOutOfRangeException. |