name
InvalidDocumentException
None available
description
An InvalidDocumentException occurs when you try to load a file that does not contain XML. Or the XML file you load has mistakes.
constructors
InvalidDocumentException();
InvalidDocumentException(url);
InvalidDocumentException(url, i_exception);
usage
Web & Application
related