Method | Description | |
---|---|---|
EndTryBlock ( ) : void |
Ends the try/catch block
|
|
Setup ( ) : void |
Sets up the try statement
|
|
StartCatchBlock ( |
Ends the try and starts a catch block
|
|
ToString ( ) : string |
The try statement as a string
|
public StartCatchBlock ( |
||
exceptionType | Exception type | |
return |