1 write to _exception
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\CompositionExceptionDebuggerProxy.cs (1)
20
_exception
= exception;
3 references to _exception
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\CompositionExceptionDebuggerProxy.cs (3)
30
foreach (var error in
_exception
.Errors)
43
get { return
_exception
.Message; }
48
get { return
_exception
.RootCauses; }