Click or drag to resize

CatalogEventArgs Constructor

Constructor.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public CatalogEventArgs(
	Catalog catalog,
	Exception exception
)

Parameters

catalog
Type: Demo3D.VisualsCatalog
Catalog generating the event.
exception
Type: SystemException
Any Exception that was generated by the catalog, or null.
See Also