You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Composition/CompositionContext.xml
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Note that this constructor is protected; it can only be called by classes derive
74
74
<summary>Retrieves the export that matches the specified contract.</summary>
75
75
<returns>The exported value.</returns>
76
76
<remarks></remarks>
77
-
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No export found for <paramrefname="contract" />.</exception>
77
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No export was found for <paramrefname="contract" />.</exception>
78
78
</Docs>
79
79
</Member>
80
80
<MemberMemberName="GetExport">
@@ -103,6 +103,7 @@ Note that this constructor is protected; it can only be called by classes derive
103
103
<summary>Retrieves the export that matches the specified type.</summary>
104
104
<returns>The exported value.</returns>
105
105
<remarks></remarks>
106
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No export was found for <paramrefname="exportType" />.</exception>
106
107
</Docs>
107
108
</Member>
108
109
<MemberMemberName="GetExport">
@@ -133,6 +134,7 @@ Note that this constructor is protected; it can only be called by classes derive
133
134
<summary>Retrieves the export that matches the specified name and type.</summary>
134
135
<returns>The exported value.</returns>
135
136
<remarks></remarks>
137
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No export was found for <paramrefname="exportType" /> and <paramrefname="contractName" />.</exception>
136
138
</Docs>
137
139
</Member>
138
140
<MemberMemberName="GetExport<TExport>">
@@ -162,6 +164,7 @@ Note that this constructor is protected; it can only be called by classes derive
162
164
<summary>Retrieves the export that matches the specified generic type parameter.</summary>
163
165
<returns>The exported value.</returns>
164
166
<remarks></remarks>
167
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No export was found for <typeparamrefname="TExport" />.</exception>
165
168
</Docs>
166
169
</Member>
167
170
<MemberMemberName="GetExport<TExport>">
@@ -194,6 +197,7 @@ Note that this constructor is protected; it can only be called by classes derive
194
197
<summary>Retrieves the export that matches the specified generic type parameter and contract name.</summary>
195
198
<returns>The exported value.</returns>
196
199
<remarks></remarks>
200
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No export was found for <typeparamrefname="TExport" /> and <paramrefname="contractName" />.</exception>
197
201
</Docs>
198
202
</Member>
199
203
<MemberMemberName="GetExports">
@@ -222,6 +226,7 @@ Note that this constructor is protected; it can only be called by classes derive
222
226
<summary>Retrieves a collection of all exports that match the specified type.</summary>
223
227
<returns>A collection of exported values.</returns>
224
228
<remarks></remarks>
229
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No exports were found for <paramrefname="exportType" />.</exception>
225
230
</Docs>
226
231
</Member>
227
232
<MemberMemberName="GetExports">
@@ -252,6 +257,7 @@ Note that this constructor is protected; it can only be called by classes derive
252
257
<summary>Retrieves all exports that match the specified contract name and type.</summary>
253
258
<returns>A collection of exported values.</returns>
254
259
<remarks></remarks>
260
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No exports were found for <paramrefname="exportType" />.</exception>
255
261
</Docs>
256
262
</Member>
257
263
<MemberMemberName="GetExports<TExport>">
@@ -281,6 +287,7 @@ Note that this constructor is protected; it can only be called by classes derive
281
287
<summary>Retrieves all exports that match the specified generic type parameter.</summary>
282
288
<returns>A collection of exported values.</returns>
283
289
<remarks></remarks>
290
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No exports were found for <typeparamrefname="TExport" />.</exception>
284
291
</Docs>
285
292
</Member>
286
293
<MemberMemberName="GetExports<TExport>">
@@ -313,6 +320,7 @@ Note that this constructor is protected; it can only be called by classes derive
313
320
<summary>Retrieves all exports that match the specified generic type parameter and contract name.</summary>
314
321
<returns>A collection of exported values.</returns>
315
322
<remarks></remarks>
323
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No exports were found for <typeparamrefname="TExport" /> and <paramrefname="contractName" />.</exception>
316
324
</Docs>
317
325
</Member>
318
326
<MemberMemberName="TryGetExport">
@@ -344,6 +352,7 @@ Note that this constructor is protected; it can only be called by classes derive
344
352
<returns>
345
353
<seelangword="true" /> if an export was found; otherwise, <seelangword="false" />.</returns>
346
354
<remarks></remarks>
355
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No export was found for <paramrefname="contract" />.</exception>
347
356
</Docs>
348
357
</Member>
349
358
<MemberMemberName="TryGetExport">
@@ -375,6 +384,7 @@ Note that this constructor is protected; it can only be called by classes derive
375
384
<returns>
376
385
<seelangword="true" /> if an export was found; otherwise, <seelangword="false" />.</returns>
377
386
<remarks></remarks>
387
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No export was found for <paramrefname="contract" />.</exception>
378
388
</Docs>
379
389
</Member>
380
390
<MemberMemberName="TryGetExport">
@@ -408,6 +418,7 @@ Note that this constructor is protected; it can only be called by classes derive
408
418
<returns>
409
419
<seelangword="true" /> if an export was found; otherwise, <seelangword="false" />.</returns>
410
420
<remarks></remarks>
421
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No export was found for <paramrefname="contract" />.</exception>
411
422
</Docs>
412
423
</Member>
413
424
<MemberMemberName="TryGetExport<TExport>">
@@ -441,6 +452,7 @@ Note that this constructor is protected; it can only be called by classes derive
441
452
<returns>
442
453
<seelangword="true" /> if an export was found; otherwise, <seelangword="false" />.</returns>
443
454
<remarks></remarks>
455
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No export was found for <paramrefname="contract" />.</exception>
444
456
</Docs>
445
457
</Member>
446
458
<MemberMemberName="TryGetExport<TExport>">
@@ -476,7 +488,8 @@ Note that this constructor is protected; it can only be called by classes derive
476
488
<returns>
477
489
<seelangword="true" /> if an export was found; otherwise, <seelangword="false" />.</returns>
478
490
<remarks></remarks>
491
+
<exceptioncref="T:System.Composition.Hosting.CompositionFailedException">No export was found for <paramrefname="contract" />.</exception>
0 commit comments