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 #ExternalSource directive references outside code, enabling the compiler to accurately report when exceptions occur within that code. An #ExternalSource block must begin with #ExternalSource and end with #End ExternalSource.
Error ID: BC30578
To correct this error
Add
#ExternalSourceto the appropriate location in your code.Remove
#End ExternalSourceif it is unnecessary.
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.