ColumnIndexOutOfRangeException Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.
Column |
Initializes a new instance of the ColumnIndexOutOfRangeException class. |
Производ | Верзије |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |