CatalogEventArgs Constructor  | 
 
            Constructor.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic 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