18 instantiations of ComposablePartException
System.ComponentModel.Composition (18)
System\ComponentModel\Composition\ReflectionModel\ExportingMember.cs (3)
53throw new ComposablePartException( 65throw new ComposablePartException( 93throw new ComposablePartException(
System\ComponentModel\Composition\ReflectionModel\ImportingItem.cs (1)
98throw new ComposablePartException(
System\ComponentModel\Composition\ReflectionModel\ImportingMember.cs (10)
70throw new ComposablePartException( 82throw new ComposablePartException( 97throw new ComposablePartException( 134throw new ComposablePartException( 156throw new ComposablePartException( 171throw new ComposablePartException( 194throw new ComposablePartException( 205throw new ComposablePartException( 224throw new ComposablePartException( 241throw new ComposablePartException(
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePart.cs (4)
276throw new ComposablePartException( 324throw new ComposablePartException( 435throw new ComposablePartException( 549throw new ComposablePartException(
28 references to ComposablePartException
System.ComponentModel.Composition (28)
System\ComponentModel\Composition\CompositionException.cs (1)
60/// <see cref="ComposablePartException"/>; or <see langword="null"/> to set
System\ComponentModel\Composition\Hosting\CompositionServices.cs (1)
550catch (ComposablePartException ex)
System\ComponentModel\Composition\Hosting\ImportEngine.PartManager.cs (2)
85catch (ComposablePartException ex) 130catch (ComposablePartException ex)
System\ComponentModel\Composition\Primitives\ComposablePart.cs (3)
122/// <exception cref="ComposablePartException"> 154/// <exception cref="ComposablePartException"> 203/// <exception cref="ComposablePartException">
System\ComponentModel\Composition\Primitives\ComposablePartException.cs (19)
22/// Initializes a new instance of the <see cref="ComposablePartException"/> class. 30/// Initializes a new instance of the <see cref="ComposablePartException"/> class 35/// <see cref="ComposablePartException"/>. 60/// Initializes a new instance of the <see cref="ComposablePartException"/> class 65/// <see cref="ComposablePartException"/>; or <see langword="null"/> to set 74/// Initializes a new instance of the <see cref="ComposablePartException"/> class 80/// <see cref="ComposablePartException"/>; or <see langword="null"/> to set 85/// <see cref="ComposablePartException"/>; or <see langword="null"/> to set 86/// the <see cref="ComposablePartException.Element"/> property to 95/// Initializes a new instance of the <see cref="ComposablePartException"/> class 101/// <see cref="ComposablePartException"/>; or <see langword="null"/> to set 106/// <see cref="ComposablePartException"/>; or <see langword="null"/> to set 115/// Initializes a new instance of the <see cref="ComposablePartException"/> class 121/// <see cref="ComposablePartException"/>; or <see langword="null"/> to set 126/// <see cref="ComposablePartException"/>; or <see langword="null"/> to set 127/// the <see cref="ComposablePartException.Element"/> property to 132/// <see cref="ComposablePartException"/>; or <see langword="null"/> to set 146/// <see cref="ComposablePartException"/>. The default is <see langword="null"/>. 158/// <see cref="ComposablePartException"/>.
System\ComponentModel\Composition\Primitives\ComposablePartExceptionDebuggerProxy.cs (2)
10private readonly ComposablePartException _exception; 12public ComposablePartExceptionDebuggerProxy(ComposablePartException exception)