Skip to content

Commit d3650a5

Browse files
carlossanlopRon Petrusha
authored andcommitted
Document new constructor for Windows.UI.Xaml.LayoutCycleException (dotnet#2983)
Not owned by my immediate team, but I figured it would be quick to document. It's the only undoc API in this namespace. Based on this: https://docs.microsoft.com/en-us/dotnet/api/system.exception.-ctor?view=netcore-3.0#System_Exception__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_
1 parent d8a41c5 commit d3650a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/Windows.UI.Xaml/LayoutCycleException.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<Parameter Name="streamingContext" Type="System.Runtime.Serialization.StreamingContext" Index="1" FrameworkAlternate="dotnet-plat-ext-3.0" />
8181
</Parameters>
8282
<Docs>
83-
<param name="serializationInfo">To be added.</param>
84-
<param name="streamingContext">To be added.</param>
85-
<summary>To be added.</summary>
83+
<param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
84+
<param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
85+
<summary>Initializes a new instance of the <see cref="T:Windows.UI.Xaml.LayoutCycleException" /> class with serialized data.</summary>
8686
<remarks>To be added.</remarks>
8787
</Docs>
8888
</Member>
@@ -111,4 +111,4 @@
111111
</Docs>
112112
</Member>
113113
</Members>
114-
</Type>
114+
</Type>

0 commit comments

Comments
 (0)