Compartir a través de


Clase ColumnIndexOutOfRangeException

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.

Jerarquía de herencia

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SqlServer.Dts.Pipeline.ColumnIndexOutOfRangeException

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ColumnIndexOutOfRangeException _
    Inherits ApplicationException
'Uso
Dim instance As ColumnIndexOutOfRangeException
[SerializableAttribute]
public class ColumnIndexOutOfRangeException : ApplicationException
[SerializableAttribute]
public ref class ColumnIndexOutOfRangeException : public ApplicationException
[<SerializableAttribute>]
type ColumnIndexOutOfRangeException =  
    class 
        inherit ApplicationException 
    end
public class ColumnIndexOutOfRangeException extends ApplicationException

El tipo ColumnIndexOutOfRangeException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ColumnIndexOutOfRangeException Initializes a new instance of the ColumnIndexOutOfRangeException class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad pública HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Importante para la seguridad. (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Exception.)

Arriba

Eventos

  Nombre Descripción
Evento protegido SerializeObjectState (Se hereda de Exception.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline