3 instantiations of ChangeRejectedException
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\CompositionResult.cs (1)
79throw new ChangeRejectedException(_errors);
System\ComponentModel\Composition\Hosting\CompositionService.cs (1)
74throw new ChangeRejectedException(SR.NotSupportedCatalogChanges);
System\ComponentModel\Composition\Hosting\FilteredCatalog.Traversal.cs (1)
121throw new ChangeRejectedException();
10 references to ChangeRejectedException
System.ComponentModel.Composition (10)
System\ComponentModel\Composition\ChangeRejectedException.cs (5)
16/// Initializes a new instance of the <see cref="ChangeRejectedException"/> class. 24/// Initializes a new instance of the <see cref="ChangeRejectedException"/> class. 32/// Initializes a new instance of the <see cref="ChangeRejectedException"/> class. 40/// Initializes a new instance of the <see cref="ChangeRejectedException"/> class. 53/// <see cref="ChangeRejectedException"/>.
System\ComponentModel\Composition\Hosting\CatalogExportProvider.cs (2)
700ChangeRejectedException? exception = null; 756catch (ChangeRejectedException ex)
System\ComponentModel\Composition\Hosting\ComposablePartExportProvider.cs (1)
281catch (ChangeRejectedException ex)
System\ComponentModel\Composition\Hosting\ImportEngine.cs (1)
75/// <exception cref="ChangeRejectedException">
System\Composition\Diagnostics\CompositionTrace.cs (1)
27internal static void PartDefinitionRejected(ComposablePartDefinition definition, ChangeRejectedException exception)