fix some documentation periods

This commit is contained in:
telans
2020-06-19 22:21:49 +12:00
parent afe09612e8
commit 8de6452967
26 changed files with 67 additions and 67 deletions

View File

@@ -27,7 +27,7 @@ namespace MediaBrowser.Controller.Net
/// <summary>
/// Initializes a new instance of the <see cref="SecurityException"/> class.
/// </summary>
/// <param name="message">The message that describes the error</param>
/// <param name="message">The message that describes the error.</param>
/// <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
public SecurityException(string message, Exception innerException)
: base(message, innerException)