Verifies that the name is a valid NCName according to the W3C Extended Markup Language recommendation. An NCName is a name that cannot contain a colon.
The name, if it is a valid NCName.
Type Reason ArgumentNullException name is null or string.Empty. System.Xml.XmlException name is not a valid XML qualified name.