CallResult(TResult) Constructor (Boolean, TResult, Exception)

Tungsten Suite

CallResultTResult Constructor (Boolean, TResult, Exception)

Constructor accepting an initial Success value, an initial Result value and an initial Exception value

Namespace:  W
Assembly:  Tungsten.CallResult (in Tungsten.CallResult.dll) Version: 2.0.0
Syntax
C#
public CallResult(
	bool success,
	TResult result,
	Exception e
)

Parameters

success
Type: SystemBoolean
The initial value for Success
result
Type: TResult
The initial Result value
e
Type: SystemException
An exception object, if an exception occurred
See Also