|
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)
Syntaxpublic void CompleteWithError(
string Error = ""
)
Public Sub CompleteWithError (
Optional Error As String = ""
)
Parameters
- Error (Optional)
- Type: SystemString
Error message.
See Also