Click or drag to resize

ErrorViewModelT Constructor

Creates a new instance of the ErrorViewModel class

Namespace:  CADSharpTools.MVVM.ViewModels
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public ErrorViewModel(
	MethodReturn<T>[] errors,
	Assembly callingProgramAssembly
)

Parameters

errors
Type: CADSharpTools.CoreMethodReturnT
Array MethodReturns
callingProgramAssembly
Type: System.ReflectionAssembly
Calling assembly.
Remarks
The calling assembly's product name and version will used as the title of the error view dialog.
See Also