8000 Remove XML file content from exceptions · Issue #26 · rvs76/tvdblib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Remove XML file content from exceptions #26
Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
In Tvdbdownloader anytime there is a TvdbInvalidXmlException content of that 
xml file is added to the exception. this causes a very bad user experiences 
since that exception is also dumped to console. for some of the request such as 
download series and episodes the XML content could be massive.

I have attached a patch, that does two things, first it add an inner exception 
constructor to the base Tvdb exception, so the original .net exception could be 
bundled with the Tvdb exception, and second removes the xml content from the 
exception and the logs.


Original issue reported on code.google.com by kay....@gmail.com on 17 Oct 2010 at 3:56

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0