25 references to Errors
System.ComponentModel.Composition (25)
System\ComponentModel\Composition\AttributedModelServices.cs (2)
172
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
203
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
System\ComponentModel\Composition\CompositionException.cs (5)
81
/// <see cref="
Errors
"/> property to an empty <see cref="IEnumerable{T}"/>.
122
if (
Errors
.Count == 0)
141
foreach (var error in
Errors
)
166
WriteHeader(writer,
Errors
.Count, paths.Count);
282
foreach (CompositionError error in exception.
Errors
)
System\ComponentModel\Composition\CompositionExceptionDebuggerProxy.cs (1)
30
foreach (var error in _exception.
Errors
)
System\ComponentModel\Composition\Hosting\ComposablePartExportProvider.cs (1)
283
result = result.MergeResult(new CompositionResult(ex.
Errors
));
System\ComponentModel\Composition\Hosting\CompositionContainer.cs (1)
508
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
System\ComponentModel\Composition\Hosting\CompositionServices.cs (2)
570
return new CompositionResult(ex.
Errors
);
586
result = result.MergeErrors(ex.
Errors
);
System\ComponentModel\Composition\Hosting\ExportProvider.GetExportOverrides.cs (6)
473
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
523
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
573
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
623
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
662
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
703
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
System\ComponentModel\Composition\Hosting\ImportEngine.cs (4)
72
/// <see cref="CompositionException.
Errors
"/> will contain a collection of errors that occurred.
77
/// <see cref="CompositionException.
Errors
"/> will contain a collection of errors that occurred.
150
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
187
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
System\ComponentModel\Composition\ICompositionService.cs (1)
24
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
System\ComponentModel\Composition\Primitives\Export.cs (2)
186
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will
219
/// An error occurred during composition. <see cref="CompositionException.
Errors
"/> will