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.ComponentModel.Composition/AttributedModelServices.xml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -745,6 +745,9 @@
745
745
746
746
]]></format>
747
747
</remarks>
748
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="compositionService" /> or <paramrefname="attributedPart" /> is <seelangword="null" />.</exception>
749
+
<exceptioncref="T:System.ComponentModel.Composition.CompositionException">An error occurred during composition. <seecref="P:System.ComponentModel.Composition.CompositionException.Errors" /> contains a collection of errors that occurred.</exception>
750
+
<exceptioncref="T:System.ObjectDisposedException">The <seecref="T:System.ComponentModel.Composition.ICompositionService" /> has been disposed.</exception>
748
751
</Docs>
749
752
</Member>
750
753
<MemberMemberName="SatisfyImportsOnce">
@@ -776,7 +779,9 @@
776
779
<remarks>To be added.</remarks>
777
780
<exceptioncref="T:System.ArgumentNullException">
778
781
<paramrefname="reflectionContext" /> is <seelangword="null" />.</exception>
782
+
<exceptioncref="T:System.ComponentModel.Composition.CompositionException">An error occurred during composition. <seecref="P:System.ComponentModel.Composition.CompositionException.Errors" /> contains a collection of errors that occurred.</exception>
783
+
<exceptioncref="T:System.ObjectDisposedException">The <seecref="T:System.ComponentModel.Composition.ICompositionService" /> has been disposed.</exception>
Copy file name to clipboardExpand all lines: xml/System.ComponentModel.Composition/CompositionException.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@
88
88
<paramname="errors">A collection of <seecref="T:System.ComponentModel.Composition.CompositionError" /> objects that represent problems during composition.</param>
89
89
<summary>Initializes a new instance of the <seecref="T:System.ComponentModel.Composition.CompositionException" /> class with the specified collection of composition errors.</summary>
90
90
<remarks>To be added.</remarks>
91
+
<exceptioncref="T:System.ArgumentException"><paramrefname="errors" /> contains an element that is <seelangword="null" />.</exception>
Copy file name to clipboardExpand all lines: xml/System.ComponentModel.Composition/ICompositionService.xml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,10 @@
39
39
<paramname="part">The part to compose.</param>
40
40
<summary>Composes the specified part, with recomposition and validation disabled.</summary>
41
41
<remarks>To be added.</remarks>
42
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="part" /> is <seelangword="null" />.</exception>
43
+
<exceptioncref="T:System.ComponentModel.Composition.CompositionException">An error occurred during composition. <seecref="P:System.ComponentModel.Composition.CompositionException.Errors" /> contains a collection of errors that occurred.</exception>
44
+
<exceptioncref="T:System.ObjectDisposedException">The <seecref="T:System.ComponentModel.Composition.ICompositionService" /> has been disposed.</exception>
0 commit comments