ExceptionMgr Constructor A Sandcastle Documented Class Library
Initializes a new instance of the ExceptionMgr class.

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

public ExceptionMgr(
	Exception ex
)

Parameters

ex
Type: System Exception
The exception to be managed.
See Also