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 argument supplied to Throw must either be an instance of System.Exception or an instance of a class derived from System.Exception.
Error ID: BC30665
To correct this error
Use an argument derived from
System.Exception, as in the following example.Throw New System.Exception("This is an error.")
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.