Overload List
Name | Description | |
---|---|---|
ReflectiveExecute(Action) |
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.
| |
ReflectiveExecute(Func<(Of <<'(Object>)>>)) |
Execute a method that will return an object via a callback.
If the execution throws a target invocation exception,
dig into the exception, get the actual exception, and throw it instead.
|