Search
Preparing search index...
The search index is not available
davinci-mathscript 1.3.2
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
TryStatement
Class TryStatement
Hierarchy
TryStatement
Index
Constructors
constructor
Properties
block
finalizer
handler
type
Constructors
constructor
new
Try
Statement
(
block
:
BlockStatement
, handler
:
CatchClause
|
null
, finalizer
:
BlockStatement
|
null
)
:
TryStatement
Parameters
block:
BlockStatement
handler:
CatchClause
|
null
finalizer:
BlockStatement
|
null
Returns
TryStatement
Properties
Readonly
block
block
:
BlockStatement
Readonly
finalizer
finalizer
:
BlockStatement
|
null
Readonly
handler
handler
:
CatchClause
|
null
Readonly
type
type
:
string
Globals
Try
Statement
constructor
block
finalizer
handler
type