Table of Contents

Class RequiredHandlerValueException

Namespace
Rinku.Querying
Assembly
Rinku.dll

Thrown when a required part of the query needs a handler value that the run did not supply.

public class RequiredHandlerValueException : RinkuBindingException, ISerializable
Inheritance
RequiredHandlerValueException
Implements
Inherited Members
Extension Methods

Constructors

RequiredHandlerValueException(int)

The key was absent and the segment that needed it was kept.

public RequiredHandlerValueException(int Index)

Parameters

Index int

RequiredHandlerValueException(string)

The segment was kept and the handler still had nothing to write. This is the refusal a handler makes for itself, which is reached when the value counted as supplied and the handler cannot render it.

public RequiredHandlerValueException(string variableName)

Parameters

variableName string

Fields

Index

The key slot whose value was missing, or -1 when the refusal came from the handler itself.

public int Index

Field Value

int