Click or drag to resize
TryValueTException Property
Returns the exception captured by this value. When `HasValue = true`, accessing the property throws `InvalidOperationException`.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Exception Exception { get; }

Property Value

Type: Exception

[Missing <value> documentation for "P:Deedle.TryValue`1.Exception"]

See Also