Represents a statement that throws an exception.
Object
CodeStatement
CodeThrowExceptionStatement
[Visual Basic] Public Class CodeThrowExceptionStatement Inherits CodeStatement [C#] public class CodeThrowExceptionStatement : CodeStatement [C++] public __gc class CodeThrowExceptionStatement : public CodeStatement [JScript] public class CodeThrowExceptionStatement extends CodeStatement
The expression should evaulate out to an instance reference to something deriving from System.Exception.
Namespace: System.CodeDOM
Assembly: System.dll
CodeThrowExceptionStatement Members | System.CodeDOM Namespace