System.IO.Ports.InternalResources.EndOfFile C# (CSharp) Méthode

EndOfFile() static private méthode

static private EndOfFile ( ) : void
Résultat void
        internal static void EndOfFile() 
        {
            throw new EndOfStreamException(SR.GetString(SR.IO_EOF_ReadBeyondEOF));
        }