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!

CodeCatchClause Class

Represents a catch exception statement.

Object
   CodeCatchClause

[Visual Basic]
Public Class CodeCatchClause
[C#]
public class CodeCatchClause
[C++]
public __gc class CodeCatchClause
[JScript]
public class CodeCatchClause

Remarks

This is used to catch an exception from a try block, when the thrown exception is derived from the type declared in Condition.

Requirements

Namespace: System.CodeDOM

Assembly: System.dll

See Also

CodeCatchClause Members | System.CodeDOM Namespace