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 | |
---|---|---|
![]() |
NoCurrentRowException | Initializes a new instance of the NoCurrentRowException class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
Data | (hérité de Exception.) |
![]() |
HelpLink | (hérité de Exception.) |
![]() |
HResult | (hérité de Exception.) |
![]() |
InnerException | (hérité de Exception.) |
![]() |
Message | (hérité de Exception.) |
![]() |
Source | (hérité de Exception.) |
![]() |
StackTrace | (hérité de Exception.) |
![]() |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetBaseException | (hérité de Exception.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetObjectData | Informations critiques de sécurité. (hérité de Exception.) |
![]() |
GetType | (hérité de Exception.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Exception.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
![]() |
SerializeObjectState | (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.