2 implementations of TranslateException
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
512public void TranslateException(ref Exception value) 1213public void TranslateException(ref Exception value)
3 references to TranslateException
MSBuildTaskHost (3)
NodeShutdown.cs (1)
108translator.TranslateException(ref _exception);
TaskHostTaskComplete.cs (1)
241translator.TranslateException(ref _taskException);
TaskParameter.cs (1)
254translator.TranslateException(ref exceptionParam);