diff --git a/CSharp/Libraries/UniversalEditor.Core/IO/EndOfStreamException.cs b/CSharp/Libraries/UniversalEditor.Core/IO/EndOfStreamException.cs index 815cab94..4bbd7680 100644 --- a/CSharp/Libraries/UniversalEditor.Core/IO/EndOfStreamException.cs +++ b/CSharp/Libraries/UniversalEditor.Core/IO/EndOfStreamException.cs @@ -5,6 +5,9 @@ using System.Text; namespace UniversalEditor.IO { + /// + /// The exception that is thrown when reading is attempted past the end of a stream. + /// public class EndOfStreamException : Exception { }