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