ConditionalValue Class
Definition
Represents the base class to determine whether an operation was a success or not.
public abstract class ConditionalValue
- Inheritance
-
ConditionalValue
- Derived
Constructors
| Name | Description |
|---|---|
| ConditionalValue(bool, Exception) | Initializes a new instance of the ConditionalValue class. |
Properties
| Name | Description |
|---|---|
| Failure | Gets the Exception that caused the faulted operation. |
| Succeeded | Gets a value indicating whether this ConditionalValue is succeeded. |