Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 610 Bytes

compiler-error-c3292.md

File metadata and controls

23 lines (18 loc) · 610 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Error C3292
Compiler Error C3292
11/04/2016
C3292
C3292
ead485cc-5471-4e10-b361-300589ff5b70

Compiler Error C3292

the cli namespace cannot be reopened

The cli namespace cannot be declared in your code. For more information, see Platform, default, and cli Namespaces.

Example

The following sample generates C3292.

// C3292.cpp
// compile with: /clr /c
namespace cli {};   // C3292