Deedle


MissingValueException

Namespace: Deedle

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

ConstructorDescription
new(key, message)
Signature: (key:obj * message:string) -> MissingValueException

CompiledName: .ctor

Instance members

Instance memberDescription
x.Key
Signature: obj

The key that has been accessed

CompiledName: get_Key

Fork me on GitHub