diff --git a/includes/remarks/System.IO.Compression/DeflateStream/.ctor_Stream_CompressionMode.md b/includes/remarks/System.IO.Compression/DeflateStream/.ctor_Stream_CompressionMode.md index 6144d6c5bda..766ba4c57e1 100644 --- a/includes/remarks/System.IO.Compression/DeflateStream/.ctor_Stream_CompressionMode.md +++ b/includes/remarks/System.IO.Compression/DeflateStream/.ctor_Stream_CompressionMode.md @@ -2,8 +2,6 @@ By default, owns the underlying strea If an instance of the class is created with the `mode` parameter equal to `Compress`, header information is inserted immediately. If no further action occurs, the stream appears as a valid, empty, compressed file. -Using the class to compress a file larger than 4 GB raises an exception. - By default, the compression level is set to when the compression mode is . ## Examples diff --git a/xml/System.IO.Compression/DeflateStream.xml b/xml/System.IO.Compression/DeflateStream.xml index b260a49a1c7..ed1fc0d3daa 100644 --- a/xml/System.IO.Compression/DeflateStream.xml +++ b/xml/System.IO.Compression/DeflateStream.xml @@ -85,13 +85,6 @@ The following example shows how to use the Initializes a new instance of the class. - - class to compress a file larger than 4 GB will cause an exception. - - ]]> -