ColumnIndexOutOfRangeException Class

Definition

The exception that is thrown when an attempt to access a buffer column by using an index is outside the bounds of the collection of buffer columns.

public ref class ColumnIndexOutOfRangeException : ApplicationException
[System.Serializable]
public class ColumnIndexOutOfRangeException : ApplicationException
[<System.Serializable>]
type ColumnIndexOutOfRangeException = class
    inherit ApplicationException
Public Class ColumnIndexOutOfRangeException
Inherits ApplicationException
Inheritance
ColumnIndexOutOfRangeException
Attributes

Remarks

This exception is thrown when attempting to access a BufferColumn by using an index and the supplied index is either greater than the number of columns in the zero-based array or is less than zero.

Constructors

ColumnIndexOutOfRangeException()

Initializes a new instance of the ColumnIndexOutOfRangeException class.

Applies to