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)
30foreach (var error in _exception.Errors) 43get { return _exception.Message; } 48get { return _exception.RootCauses; }