Code Bye

Form that is already displayed modally cannot be

Form that is already displayed modally cannot be displayed as a modal dialog box. Close the form before calling showDialog.

System.InvalidOperationException: 已进行模式显示的窗体不能显示为模式对话框。请在调用 showDialog 之前关闭该窗体。

原因是设置了静态窗体实例,由于实例打开后异常,造成未正常 关闭,再次Show时就会出此异常。


CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明Form that is already displayed modally cannot be