Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 543 Bytes

compiler-error-c3180.md

File metadata and controls

15 lines (12 loc) · 543 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Error C3180
Compiler Error C3180
11/04/2016
C3180
C3180
5281f583-7df7-418a-8507-d4da67ed6572

Compiler Error C3180

'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.