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
This is used to catch an exception from a try block, when the thrown exception is derived from the type declared in Condition.
Namespace: System.CodeDOM
Assembly: System.dll