Initializes a new instance of CodeThrowExceptionStatement.
Initializes a new instance of CodeThrowExceptionStatement.
[Visual Basic] Overloads Public Sub New()
[C#] public CodeThrowExceptionStatement();
[C++] public: CodeThrowExceptionStatement();
[JScript] public function CodeThrowExceptionStatement();
Initializes a new instance of CodeThrowExceptionStatement using the specified statement.
[Visual Basic] Overloads Public Sub New(CodeExpression)
[C#] public CodeThrowExceptionStatement(CodeExpression);
[C++] public: CodeThrowExceptionStatement(CodeExpression*);
[JScript] public function CodeThrowExceptionStatement(CodeExpression);
CodeThrowExceptionStatement Class | CodeThrowExceptionStatement Members | System.CodeDOM Namespace