1 write to _exception
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Primitives\ComposablePartExceptionDebuggerProxy.cs (1)
16
_exception
= exception;
3 references to _exception
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\Primitives\ComposablePartExceptionDebuggerProxy.cs (3)
21
get { return
_exception
.Element; }
26
get { return
_exception
.InnerException; }
31
get { return
_exception
.Message; }