Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 500 Bytes

compiler-error-c3838.md

File metadata and controls

23 lines (18 loc) · 500 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Error C3838
Compiler Error C3838
11/04/2016
C3838
C3838
d6f470c2-131a-4a8c-843a-254acd43da83

Compiler Error C3838

cannot explicitly inherit from 'type'

The specified type cannot act as a base class in any class.

Example

The following sample generates C3838:

// C3838a.cpp
// compile with: /clr /c
public ref class B : public System::Enum {};   // C3838