Catch Constructor |
Name | Description | |
---|---|---|
![]() | Catch(CodeObject) |
Create a Catch.
|
![]() | Catch(Expression, CodeObject) |
Create a Catch.
|
![]() | Catch(LocalDecl, CodeObject) |
Create a Catch.
|
![]() | Catch(Parser, CodeObject) | Initializes a new instance of the Catch class |
![]() | Catch(Expression, Expression, CodeObject) |
Create a Catch.
|
![]() | Catch(LocalDecl, Expression, CodeObject) |
Create a Catch.
|