System.IO.__Error.EndWriteCalledTwice C# (CSharp) 메소드

EndWriteCalledTwice() 정적인 개인적인 메소드

static private EndWriteCalledTwice ( ) : void
리턴 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"));
        }