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

EndReadCalledTwice() static private méthode

static private EndReadCalledTwice ( ) : void
Résultat void
        internal static void EndReadCalledTwice() 
        {
            // Should ideally be InvalidOperationExc but we can't maintain parity with Stream and SerialStream without some work
            throw new ArgumentException(SR.GetString(SR.InvalidOperation_EndReadCalledMultiple));
        }