Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Unterminated string literal
The compiler detected an ill-formed string literal.
The following sample generates CS1039. To resolve the error, add the terminating quotation mark.
// CS1039.cs
public class MyClass
{
public static void Main()
{
string b = @"hello, world; // CS1039
}
}
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now