[This is preliminary documentation and is subject to change.]
Parses a SIF object from the binary data stream
| C# | Visual Basic | Visual C++ |
public SifElement Parse( Stream msg, IZone zone )
Public Function Parse ( _ msg As Stream, _ zone As IZone _ ) As SifElement
public: SifElement^ Parse ( Stream^ msg, IZone^ zone )
A SifElement object encapsulating the message payload (e.g.
a Edustructures.SifWorks.student.StudentPersonal object)
| Exception | Condition |
|---|---|
| AdkParsingException | AdkParsingException is thrown if unable to
parse the message |
| IOException | IOException is thrown if an error is reported while reading
the message content |