Glossary:Definition - throw

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 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.

Online Dictionary of Visual C# .NET Programming
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
a free glossary of C# .NET terminology from C# Online.NET edit

Personal tools