NoCurrentRowException Class
Definition
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 the address of the beginning of a PipelineBuffer row is null.
public ref class NoCurrentRowException : ApplicationException
[System.Serializable]
public class NoCurrentRowException : ApplicationException
[<System.Serializable>]
type NoCurrentRowException = class
inherit ApplicationException
Public Class NoCurrentRowException
Inherits ApplicationException
- Inheritance
-
NoCurrentRowException
- Attributes
Remarks
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.
Constructors
NoCurrentRowException() |
Initializes a new instance of the NoCurrentRowException class. |