Click or drag to resize
TryValueT Properties

The TryValueT generic type exposes the following members.

Properties
  NameDescription
Public propertyException
Returns the exception captured by this value. When `HasValue = true`, accessing the property throws `InvalidOperationException`.
Public propertyHasValue
Returns `true` when the `TryValue<T>` object represents a successfully calculated value
Public propertyIsError
Public propertyIsSuccess
Public propertyTag
Public propertyValue
Returns the value of `TryValue<T>` when the value is present; otherwise, throws an exception that was captured
Top
See Also