ConEmu.WinForms.ConEmuControl.AssertNotRunning C# (CSharp) 메소드

AssertNotRunning() 개인적인 메소드

private AssertNotRunning ( ) : void
리턴 void
        private void AssertNotRunning()
        {
            if(_running != null)
                throw new InvalidOperationException("This change is not possible when a console process is already running.");
        }