Added comments
This commit is contained in:
parent
80d16a1354
commit
3f1327b8ea
@ -5,6 +5,9 @@ using System.Text;
|
||||
|
||||
namespace UniversalEditor.IO
|
||||
{
|
||||
/// <summary>
|
||||
/// The exception that is thrown when reading is attempted past the end of a stream.
|
||||
/// </summary>
|
||||
public class EndOfStreamException : Exception
|
||||
{
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user