Browse Source
This is necessary after the fix in commitpull/53/merge295f62532f
. Before that commit the ReportErrors was semi-optional; When loading was successful ReportErrors was never called (ReportErrors optional), but when document failed to be created a NullReferenceException was thrown because ReportErrors did not have a delegate. See also commit006558f253
, that throws a more friendly exception than NullReferenceException when document fails to load.
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue