This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (level 1) C4009
string too big; trailing characters truncated
A string exceeds the compiler limit of 2047 characters. The compiler truncates the string to 2047 characters.
Possible solution
- Break the string into smaller strings.