Execute a method with no returns.
If the execution throws a target invocation exception,
dig into the exception, get the actual exception, and throw it.
Namespace: Cartella.SupportAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public static void ReflectiveExecute( Action executionCallback ) |
Visual Basic |
---|
Public Shared Sub ReflectiveExecute ( _ executionCallback As Action _ ) |
Visual C++ |
---|
public: static void ReflectiveExecute( Action^ executionCallback ) |
Parameters
- executionCallback
- Type: System..::..Action
void Callback delegate