NoCurrentRowException Class

Definition

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.

Applies to