|
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)
Syntaxpublic ErrorViewModel(
MethodReturn<T>[] errors,
Assembly callingProgramAssembly
)
Public Sub New (
errors As MethodReturn(Of T)(),
callingProgramAssembly As Assembly
)
Parameters
- errors
- Type: CADSharpTools.CoreMethodReturnT
Array MethodReturns - callingProgramAssembly
- Type: System.ReflectionAssembly
Calling assembly.
RemarksThe calling assembly's product name and version will used as the title of the error view dialog.
See Also