Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The name, or identifier, of every programming element is limited to 1023 characters. In addition, a fully qualified name cannot exceed 1023 characters. This means that the entire identifier string (<namespace>.<...>.<namespace>.<class>.<element>
) cannot be more than 1023 characters long, including the member-access operator (.
) characters.
Error ID: BC30033
To correct this error
- Reduce the length of the identifier.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.