Click or drag to resize

ProgressCompleteWithError Method

Completes the progress with an error.

Namespace:  CADSharpTools.MVVM.Models
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public void CompleteWithError(
	string Error = ""
)

Parameters

Error (Optional)
Type: SystemString
Error message.
See Also