Поделиться через


Класс NoCurrentRowException

The exception that is thrown when the address of the beginning of a PipelineBuffer row is null.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class NoCurrentRowException _
    Inherits ApplicationException
'Применение
Dim instance As NoCurrentRowException
[SerializableAttribute]
public class NoCurrentRowException : ApplicationException
[SerializableAttribute]
public ref class NoCurrentRowException : public ApplicationException
[<SerializableAttribute>]
type NoCurrentRowException =  
    class 
        inherit ApplicationException 
    end
public class NoCurrentRowException extends ApplicationException

Тип NoCurrentRowException обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод NoCurrentRowException Initializes a new instance of the NoCurrentRowException class.

В начало

Свойства

  Имя Описание
Открытое свойство Data (Производный от Exception.)
Открытое свойство HelpLink (Производный от Exception.)
Открытое свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство Message (Производный от Exception.)
Открытое свойство Source (Производный от Exception.)
Открытое свойство StackTrace (Производный от Exception.)
Открытое свойство TargetSite (Производный от Exception.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBaseException (Производный от Exception.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetObjectData Важный элемент безопасности. (Производный от Exception.)
Открытый метод GetType (Производный от Exception.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Exception.)

В начало

События

  Имя Описание
Защищенное событие SerializeObjectState (Производный от Exception.)

В начало

Замечания

The PipelineBuffer class maintains an internal member that contains the address of the beginning of each row in the PipelineBuffer. If this member is null, the NoCurrentRowException is thrown.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Pipeline