Compilerfehler C3196

Aktualisiert: November 2007

Fehlermeldung

'Schlüsselwort': Mehrmals verwendet
'keyword' : used more than once

Ein Schlüsselwort wurde mehr als einmal verwendet.

Im folgenden Beispiel wird C3196 generiert:

// C3196.cpp
// compile with: /clr
ref struct R abstract abstract {};   // C3196
ref struct S abstract {};   // OK