Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| throw
|
| Definition
| The Common Language Runtime (CLR) generates an exception when an abnormal or unexpected condition occurs in a running application. The process is known as throwing an exception. Exceptions are also thrown programmatically through the use of a throw statement. throw is a C# keyword.
|
| See also
| Exception, Exception handling
|
| You may edit this definition to improve or extend it.
|