Skip to content

Commit 90949ee

Browse files
committed
random param fixes
1 parent c9db664 commit 90949ee

File tree

4 files changed

+205
-214
lines changed

4 files changed

+205
-214
lines changed

xml/System.IO.Log/LogExtentCollection.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,7 @@
150150
</remarks>
151151
<exception cref="T:System.ArgumentNullException">
152152
<paramref name="path" /> or <paramref name="size" /> is <see langword="null" />.</exception>
153-
<exception cref="T:System.ArgumentOutOfRangeException">
154-
<paramref name="archiveTail" /> is not within a valid range.</exception>
155-
<exception cref="T:System.ArgumentException">The log store file name specified by <paramref name="path" /> is not valid.
156-
157-
<paramref name="size" /> is smaller than the size of the other extents in the store.</exception>
153+
<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>
158154
<exception cref="T:System.InvalidOperationException">A size must be specified for the first extent.
159155

160156
-or-

0 commit comments

Comments
 (0)