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

EndWriteCalledTwice() static private méthode

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