Method | Description | |
---|---|---|
Decode ( XmlReader reader ) : Error |
Decodes an Error object from its XML representation.
|
|
DecodeString ( string xml ) : Error |
Decodes an Error object from its default XML representation.
|
|
Encode ( Error error, |
Encodes the XML representation of an Error object.
|
|
EncodeString ( Error error ) : string |
Encodes the default XML representation of an Error object to a string.
|
Method | Description | |
---|---|---|
Encode ( System.Collections.Specialized.NameValueCollection collection, |
Encodes an XML representation for a NameValueCollection object.
|
|
ReadInnerXml ( XmlReader reader, Error error ) : void |
Reads the error data in child nodes.
|
|
ReadXmlAttributes ( XmlReader reader, Error error ) : void |
Reads the error data in XML attributes.
|
|
UpcodeTo ( XmlReader reader, System.Collections.Specialized.NameValueCollection collection ) : void |
Updates an existing NameValueCollection object from its XML representation.
|
|
WriteCollection ( |
||
WriteInnerXml ( Error error, |
Writes the error data that belongs in child nodes.
|
|
WriteXmlAttribute ( |
||
WriteXmlAttributes ( Error error, |
Writes the error data that belongs in XML attributes.
|
public static Decode ( XmlReader reader ) : Error | ||
reader | XmlReader | |
return | Error |
public static DecodeString ( string xml ) : Error | ||
xml | string | |
return | Error |
public static Encode ( Error error, |
||
error | Error | |
writer | ||
return | void |
public static EncodeString ( Error error ) : string | ||
error | Error | |
return | string |