Table of Contents

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
Object
UnsuccessfulValue
Inherited Members

Constructors

UnsuccessfulValue(Exception)

Initializes a new instance of the UnsuccessfulValue class.

public UnsuccessfulValue(Exception failure = null)

Parameters

failure Exception

The System.Exception that caused the faulted operation.

See Also