共用方式為


編譯器警告 (層級 1) C4632

XML 檔批註:檔案 - 拒絕存取:原因

.xdc 檔案 ( file ) 的路徑無效,而且沒有建立 .xdc 檔案。

下列範例會產生 C4632:

// C4632.cpp
// compile with: /clr /docv:\\falsedir /LD /W1
// C4632 expected

/// Text for class MyClass.
public ref class MyClass {};