When you use Microsoft.ApplicationBlocks.ExceptionManagement in an dynamic loaded DLL (using reflection in .NET).

The following code in MS ExceptionManager...

Code:
Private Shared EXCEPTIONMANAGER_NAME As String = GetType(ExceptionManager).Name
returns Nothing.

But if you run an exception in an normaly loaded dll och exe, it returns the name.

The IDE can return the value, but not the code in runtime.

Anyone have any idea ?