Logo Deedle

MissingValueException Type

Thrown when a value at the specified index does not exist in the data frame or series. This exception is thrown only when the key is defined, but the value is not available, in other situations `KeyNotFoundException` is thrown

Constructors

Constructor Description

MissingValueException(key, message)

Full Usage: MissingValueException(key, message)

Parameters:
    key : obj
    message : string

Returns: MissingValueException
key : obj
message : string
Returns: MissingValueException

Instance members

Instance member Description

this.Key

Full Usage: this.Key

Returns: obj

The key that has been accessed

Returns: obj

Type something to start searching.