System.IO.__Error.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 FileStream without some work
            throw new ArgumentException(Environment.GetResourceString("InvalidOperation_EndWriteCalledMultiple"));
        }