Click or drag to resize

PFOperationResult Constructor (Boolean, Exception)

Initializes a new instance of the PFOperationResult class.

Namespace:  Packflow.Utils
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFOperationResult(
	bool success,
	Exception exception
)

Parameters

success
Type: SystemBoolean
exception
Type: SystemException
See Also