LayerD CodeDOM and Zoe Compiler interface
XplTryStatement Constructor (n_trybk, n_catchbk, n_finallybk)
NamespacesLayerD.CodeDOMXplTryStatementXplTryStatement(XplFunctionBody, XplNodeList, XplFunctionBody)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the XplTryStatement class.
Declaration Syntax
C#Visual BasicVisual C++
public XplTryStatement(
	XplFunctionBody n_trybk,
	XplNodeList n_catchbk,
	XplFunctionBody n_finallybk
)
Public Sub New ( _
	n_trybk As XplFunctionBody, _
	n_catchbk As XplNodeList, _
	n_finallybk As XplFunctionBody _
)
public:
XplTryStatement(
	XplFunctionBody^ n_trybk, 
	XplNodeList^ n_catchbk, 
	XplFunctionBody^ n_finallybk
)
Parameters
n_trybk (XplFunctionBody)

[Missing <param> documentation for "n_trybk"]

n_catchbk (XplNodeList)

[Missing <param> documentation for "n_catchbk"]

n_finallybk (XplFunctionBody)

[Missing <param> documentation for "n_finallybk"]

Assembly: lib_layerd_xpl_codedom_net (Module: lib_layerd_xpl_codedom_net) Version: 1.0.3410.22810 (1.0.0.0)