NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeThrowExceptionStatement Constructor

Initializes a new instance of CodeThrowExceptionStatement.

Overload List

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);

See Also

CodeThrowExceptionStatement Class | CodeThrowExceptionStatement Members | System.CodeDOM Namespace