XmlSyntaxException: InnerException (get)

InnerException

Gets the exception that caused the Subclassed exception to be thrown.



 Public Property Get InnerException ( ) As Exception

Return Values

Exception -  The inner exception that caused the current exception to be thrown.

Remarks

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.

See Also

Project CorLib Overview

Class XmlSyntaxException Overview