Click or drag to resize
EventHelperRethrow Method
Rethrows an exception without losing stack information.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Rethrow(
	Exception ex
)

Parameters

ex
Type: SystemException
Remarks
Copied from http://stackoverflow.com/questions/4555599/how-to-rethrow-the-inner-exception-of-a-targetinvocationexception-without-losing.
See Also