Partager via


Classe NoCurrentRowException

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class NoCurrentRowException _
    Inherits ApplicationException
'Utilisation
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

Le type NoCurrentRowException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique NoCurrentRowException Initializes a new instance of the NoCurrentRowException class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (hérité de Exception.)
Propriété publique HelpLink (hérité de Exception.)
Propriété protégée HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message (hérité de Exception.)
Propriété publique Source (hérité de Exception.)
Propriété publique StackTrace (hérité de Exception.)
Propriété publique TargetSite (hérité de Exception.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData (hérité de Exception.)
Méthode publique GetType (hérité de Exception.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Exception.)

Haut de la page

Notes

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.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.