InvalidCastException: InnerException (get) |
Gets the exception that caused the Subclassed exception to be thrown.
Public Property Get InnerException ( ) As Exception
when an exception is thrown and that exception causes another exception to be thrown, then the InnerException of the new Exception object should contain the exception that caused it to be thrown.
Read Only.