簡體   English   中英

System.PlatformNotSupportedException:“此平台不支持操作。”

[英]System.PlatformNotSupportedException: 'Operation is not supported on this platform.'

.NET 核心 3.0 運行時獲得 System.PlatformNotSupported 異常“此平台不支持操作。” 錯誤

我也試過 ubuntu 19.04,同樣的例外

NetCore 3.0 不支持 BeginInvoke 方法

[-] NewMessages?.BeginInvoke(this, response, null, null);

[+] NewMessages?.Invoke(this, response);

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM