|
81 | 81 | <summary>Exports a specified property with the specified configuration.</summary>
|
82 | 82 | <returns>An object that can be used to further configure the part.</returns>
|
83 | 83 | <remarks></remarks>
|
84 |
| - <exception cref="T:System.Argument">The <paramref name="propertySelector" /> expression must be a <see cref="T:System.Linq.Expressions.MemberExpression" /> for accessing a property.</exception> |
| 84 | + <exception cref="T:System.ArgumentException">The <paramref name="propertySelector" /> expression must be a <see cref="T:System.Linq.Expressions.MemberExpression" /> for accessing a property.</exception> |
85 | 85 | </Docs>
|
86 | 86 | </Member>
|
87 | 87 | <Member MemberName="ExportProperty<TContract>">
|
|
114 | 114 | <summary>Exports a specified property as a specified contract type.</summary>
|
115 | 115 | <returns>An object that can be used to further configure the part.</returns>
|
116 | 116 | <remarks></remarks>
|
117 |
| - <exception cref="T:System.Argument">The <paramref name="propertySelector" /> expression must be a <see cref="T:System.Linq.Expressions.MemberExpression" /> for accessing a property.</exception> |
| 117 | + <exception cref="T:System.ArgumentException">The <paramref name="propertySelector" /> expression must be a <see cref="T:System.Linq.Expressions.MemberExpression" /> for accessing a property.</exception> |
118 | 118 | </Docs>
|
119 | 119 | </Member>
|
120 | 120 | <Member MemberName="ExportProperty<TContract>">
|
|
207 | 207 | <summary>Imports a specified property by using the specified configuration.</summary>
|
208 | 208 | <returns>An object that can be used to further configure the part.</returns>
|
209 | 209 | <remarks></remarks>
|
210 |
| - <exception cref="T:System.Argument">The <paramref name="propertySelector" /> expression must be a <see cref="T:System.Linq.Expressions.MemberExpression" /> for accessing a property.</exception> |
| 210 | + <exception cref="T:System.ArgumentException">The <paramref name="propertySelector" /> expression must be a <see cref="T:System.Linq.Expressions.MemberExpression" /> for accessing a property.</exception> |
211 | 211 | </Docs>
|
212 | 212 | </Member>
|
213 | 213 | <Member MemberName="ImportProperty<TContract>">
|
|
274 | 274 | <summary>Imports a specified property with the specified contract type and configuration.</summary>
|
275 | 275 | <returns>An object that can be used to further configure the part.</returns>
|
276 | 276 | <remarks></remarks>
|
277 |
| - <exception cref="T:System.Argument">The <paramref name="propertySelector" /> expression must be a <see cref="T:System.Linq.Expressions.MemberExpression" /> for accessing a property.</exception> |
| 277 | + <exception cref="T:System.ArgumentException">The <paramref name="propertySelector" /> expression must be a <see cref="T:System.Linq.Expressions.MemberExpression" /> for accessing a property.</exception> |
278 | 278 | </Docs>
|
279 | 279 | </Member>
|
280 | 280 | <Member MemberName="NotifyImportsSatisfied">
|
|
303 | 303 | <summary>Selects a method to be called when composition is complete.</summary>
|
304 | 304 | <returns>An object that can be used to further configure the part.</returns>
|
305 | 305 | <remarks></remarks>
|
306 |
| - <exception cref="T:System.Argument">The <paramref name="methodSelector" /> expression must be a <see langword="void" /> method with no arguments.</exception> |
| 306 | + <exception cref="T:System.ArgumentException">The <paramref name="methodSelector" /> expression must be a <see langword="void" /> method with no arguments.</exception> |
307 | 307 | </Docs>
|
308 | 308 | </Member>
|
309 | 309 | <Member MemberName="SelectConstructor">
|
|
332 | 332 | <summary>Selects a constructor to be used in composition.</summary>
|
333 | 333 | <returns>An object that can be used to further configure the part. </returns>
|
334 | 334 | <remarks></remarks>
|
335 |
| - <exception cref="T:System.Argument">The <paramref name="constructorSelector" /> expression must use the <see langword="new" /> operator.</exception> |
| 335 | + <exception cref="T:System.ArgumentException">The <paramref name="constructorSelector" /> expression must use the <see langword="new" /> operator.</exception> |
336 | 336 | </Docs>
|
337 | 337 | </Member>
|
338 | 338 | </Members>
|
|
0 commit comments