Class UnsuccessfulValue
- Namespace
- Cuemon
- Assembly
- Cuemon.Core.dll
Provides a way to indicate a faulted operation. This class cannot be inherited.
public sealed class UnsuccessfulValue : ConditionalValue
- Inheritance
-
UnsuccessfulValue
- Inherited Members
Constructors
UnsuccessfulValue(Exception)
Initializes a new instance of the UnsuccessfulValue class.
public UnsuccessfulValue(Exception failure = null)