Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions xml/System.IO.Log/LogExtentCollection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,7 @@
</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="path" /> or <paramref name="size" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="archiveTail" /> is not within a valid range.</exception>
<exception cref="T:System.ArgumentException">The log store file name specified by <paramref name="path" /> is not valid.

<paramref name="size" /> is smaller than the size of the other extents in the store.</exception>
<exception cref="T:System.ArgumentException">The log store file name specified by <paramref name="path" /> is not valid, or <paramref name="size" /> is smaller than the size of the other extents in the store.</exception>
<exception cref="T:System.InvalidOperationException">A size must be specified for the first extent.

-or-
Expand Down
Loading