* InvalidPathChars does not exist in NS1.3; replaced with GetInvalidPathChars instead.pull/1161/head
| @@ -81,7 +81,7 @@ namespace Discord.Rest | |||||
| /// <inheritdoc /> | /// <inheritdoc /> | ||||
| /// <exception cref="ArgumentException"> | /// <exception cref="ArgumentException"> | ||||
| /// <paramref name="filePath" /> is a zero-length string, contains only white space, or contains one or more | /// <paramref name="filePath" /> is a zero-length string, contains only white space, or contains one or more | ||||
| /// invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars" />. | |||||
| /// invalid characters as defined by <see cref="System.IO.Path.GetInvalidPathChars" />. | |||||
| /// </exception> | /// </exception> | ||||
| /// <exception cref="ArgumentNullException"> | /// <exception cref="ArgumentNullException"> | ||||
| /// <paramref name="filePath" /> is <c>null</c>. | /// <paramref name="filePath" /> is <c>null</c>. | ||||
| @@ -98,7 +98,7 @@ namespace Discord.Rest | |||||
| /// <inheritdoc /> | /// <inheritdoc /> | ||||
| /// <exception cref="ArgumentException"> | /// <exception cref="ArgumentException"> | ||||
| /// <paramref name="filePath" /> is a zero-length string, contains only white space, or contains one or more | /// <paramref name="filePath" /> is a zero-length string, contains only white space, or contains one or more | ||||
| /// invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars" />. | |||||
| /// invalid characters as defined by <see cref="System.IO.Path.GetInvalidPathChars" />. | |||||
| /// </exception> | /// </exception> | ||||
| /// <exception cref="ArgumentNullException"> | /// <exception cref="ArgumentNullException"> | ||||
| /// <paramref name="filePath" /> is <c>null</c>. | /// <paramref name="filePath" /> is <c>null</c>. | ||||
| @@ -79,7 +79,7 @@ namespace Discord.Rest | |||||
| /// <inheritdoc /> | /// <inheritdoc /> | ||||
| /// <exception cref="ArgumentException"> | /// <exception cref="ArgumentException"> | ||||
| /// <paramref name="filePath" /> is a zero-length string, contains only white space, or contains one or more | /// <paramref name="filePath" /> is a zero-length string, contains only white space, or contains one or more | ||||
| /// invalid characters as defined by <see cref="System.IO.Path.InvalidPathChars" />. | |||||
| /// invalid characters as defined by <see cref="System.IO.Path.GetInvalidPathChars" />. | |||||
| /// </exception> | /// </exception> | ||||
| /// <exception cref="ArgumentNullException"> | /// <exception cref="ArgumentNullException"> | ||||
| /// <paramref name="filePath" /> is <c>null</c>. | /// <paramref name="filePath" /> is <c>null</c>. | ||||