Overload | Description |
---|---|
ValueResult Constructor() | Initializes a new instance of the class with default data. |
ValueResult Constructor(Object,Object) | Initializes a new instance of the class, with given state object and value. |
ValueResult Constructor(Object,Exception) | Initializes a new instance of the class, with given state object and exception. |
ValueResult Constructor(Object,Exception,Object) | Initializes a new instance of the class, with given state object, exception, and value. |
ValueResult Constructor(ValueResult) | Initializes a new instance of the class as a copy of another value result. |
ValueResult Constructor(OperationResult,Object) | Initializes a new instance of the class from an operation result, and a value. |
ValueResult Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |