public static void WriteToFile( string filePath, XmlDocument xmlDocument )
Parameters
- filePath
- The file path to write.
- xmlDocument
- The xml document to write.
public static void WriteToFile( string filePath, XmlDocument xmlDocument )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if either the file path or the xml document are null. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2