已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
'operator' : 不合法的運算元 'nullptr'
nullptr 不可為運算元。
nullptr
下列範例會產生 C2389:
// C2389.cpp // compile with: /clr int main() { throw nullptr; // C2389 }
此頁面對您有幫助嗎?