aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Net/SecurityException.cs
diff options
context:
space:
mode:
authortelans <telans@protonmail.com>2020-06-19 22:21:49 +1200
committertelans <telans@protonmail.com>2020-06-20 18:13:11 +1200
commit8de6452967d229624c81e06d992b1cb0cb6715b1 (patch)
tree73b18d3ae702ee3c857caea1257e64c5aaea116d /MediaBrowser.Controller/Net/SecurityException.cs
parentafe09612e82a49c4021fbc2ceddf1816db9f959d (diff)
fix some documentation periods
Diffstat (limited to 'MediaBrowser.Controller/Net/SecurityException.cs')
-rw-r--r--MediaBrowser.Controller/Net/SecurityException.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Net/SecurityException.cs b/MediaBrowser.Controller/Net/SecurityException.cs
index a5b94ea5e..f0d0b45a0 100644
--- a/MediaBrowser.Controller/Net/SecurityException.cs
+++ b/MediaBrowser.Controller/Net/SecurityException.cs
@@ -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)