Parameters
- inputXml
 - Input XML string. The xml must have a valid xml document with valid 'xsi:type' and 'xmlns:typens'.
 
Return Value
CIMObject
| Exception | Description | 
|---|---|
| System.ArgumentException | The input xml cannot be null or empty. | 
| System.ArgumentException | Missing 'xmlns:typens' attribute in input xml | 
| System.ArgumentException | Input xml has 'xmlns:typens' attribute with incompatible major version. Major version should be less than are equal to the current version. | 
| System.ArgumentException | Version has fewer than two components or more than four components." | 
| System.ArgumentNullException | Version is null | 
| System.ArgumentOutOfRangeException | A major, minor, build, or revision component is less than zero. | 
| System.FormatException | At least one component of version does not parse to an integer. | 
| System.OverflowException | At least one component of version represents a number greater than MaxValue. | 
Target Platforms: Windows 11, Windows 10