Does anybody know of a way to create a DataSet such that when I call GetXml() on the DataSet I will get an exception? I’m trying to write some failure testing for this scenario and am having a hard time. Is it possible?
Does anybody know of a way to create a DataSet such that when I
Share
Can you write a subclass of DataSet such that its getXml() predictably throws an Exception?