description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Error C3180 |
Compiler Error C3180 |
11/04/2016 |
|
|
5281f583-7df7-418a-8507-d4da67ed6572 |
'type name' : name exceeds meta-data limit of 'limit' characters
The compiler truncated the name for a managed type in metadata. The truncation will make the type unusable with the #using
directive (or the equivalent in another language).
The type-name limit includes any namespace qualifications.