הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
cannot explicitly inherit from 'type'
Remarks
The specified type cannot act as a base class in any class.
Example
The following example generates C3838:
// C3838a.cpp
// compile with: /clr /c
public ref class B : public System::Enum {}; // C3838