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.IO.Compression/BrotliStream.xml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@
60
60
<paramname="compressionLevel">One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing data to the stream.</param>
61
61
<summary>Initializes a new instance of the <seecref="T:System.IO.Compression.BrotliStream" /> class by using the specified stream and compression level.</summary>
62
62
<remarks>To be added.</remarks>
63
+
<exceptioncref="T:System.ArgumentException">.NET 7 and later: <paramrefname="compressionLevel" /> is not defined in the <seecref="System.IO.Compression.CompressionLevel" /> enumeration.</exception>
63
64
</Docs>
64
65
</Member>
65
66
<MemberMemberName=".ctor">
@@ -125,6 +126,7 @@
125
126
<seelangword="true" /> to leave the stream open after disposing the <seecref="T:System.IO.Compression.BrotliStream" /> object; otherwise, <seelangword="false" />.</param>
126
127
<summary>Initializes a new instance of the <seecref="T:System.IO.Compression.BrotliStream" /> class by using the specified stream and compression level, and optionally leaves the stream open.</summary>
127
128
<remarks>To be added.</remarks>
129
+
<exceptioncref="T:System.ArgumentException">.NET 7 and later: <paramrefname="compressionLevel" /> is not defined in the <seecref="System.IO.Compression.CompressionLevel" /> enumeration.</exception>
0 commit comments