DelExceptionMgr DelegateA Sandcastle Documented Class Library
Exception Manager.

Namespace: Censitif.Library.Component
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public delegate void DelExceptionMgr(
	Exception ex
)

Parameters

ex
Type: System Exception
The exception to manage.
See Also