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 Class

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

Remarks

The expression should evaulate out to an instance reference to something deriving from System.Exception.

Requirements

Namespace: System.CodeDOM

Assembly: System.dll

See Also

CodeThrowExceptionStatement Members | System.CodeDOM Namespace