void delegate(Exception) dg | A delegate which will receive any exception thrown during the initialization process or null if such exceptions should be discarded. |
void delegate(Exception) dg | A delegate which will receive any exception thrown during the termination process or null if such exceptions should be discarded. |
TraceHandler h | The new trace handler. Set to null to use the default handler. |
CollectHandler h | The new collect handler. Set to null to use the default handler. |
ModuleUnitTester h | The new unit tester. Set to null to use the default unit tester. |