"<uxml_err STATUS='12509'/>?
<pre lang="c#"> [Serializable] [XmlRoot(ElementName = "uxml_err", Namespace = "")] public class error { [XmlAttribute(AttributeName = "STATUS")] public string STATUS; public override string ToString() { return STATUS; } }
<?xml version="1.0" encoding="utf-8" ?>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)