Click or drag to resize

IVisitorVisit Method (Catch)

Visit a Catch statement.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
void Visit(
	Catch catch
)

Parameters

catch
Type: Nova.CodeDOMCatch
See Also