Differences
This shows you the differences between the selected revisions of the page.
2018-04-26 | 2018-08-20 | ||
typo (martin) | dotnet interwiki (martin) | ||
Line 457: | Line 457: | ||
===== [[net_exception_thrown_target_invocation]] Exception has been thrown by the target of an invocation ===== | ===== [[net_exception_thrown_target_invocation]] Exception has been thrown by the target of an invocation ===== | ||
- | This is just a high-level exception. The root cause is usually stored in the ''[[msdn>system.exception.innerexception|InnerException]]''. | + | This is just a high-level exception. The root cause is usually stored in the ''[[dotnet>system.exception.innerexception|InnerException]]''. |
If you are getting this exception in SSIS, you can use ''try'' ... ''catch'' block to capture the error, as show in the [[library_ssis#example|example for using WinSCP .NET Assembly from SSIS]]. | If you are getting this exception in SSIS, you can use ''try'' ... ''catch'' block to capture the error, as show in the [[library_ssis#example|example for using WinSCP .NET Assembly from SSIS]]. |