Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates an HttpError instance from its XML representation.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Private Sub ReadXml ( _
reader As XmlReader _
) Implements IXmlSerializable.ReadXml
'Usage
Dim instance As HttpError
Dim reader As XmlReader
CType(instance, IXmlSerializable).ReadXml(reader)
void IXmlSerializable.ReadXml(
XmlReader reader
)
private:
virtual void ReadXml(
XmlReader^ reader
) sealed = IXmlSerializable::ReadXml
private abstract ReadXml :
reader:XmlReader -> unit
private override ReadXml :
reader:XmlReader -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
reader
Type: System.Xml.XmlReaderThe XmlReader stream from which the object is deserialized.
Implements
IXmlSerializable.ReadXml(XmlReader)