LumiSoft Net Help
Parse Method (stream)
NamespacesLumiSoft.Net.UPnPUPnP_ExceptionParse(Stream)
Parses UPnP exception from UPnP xml error.
Declaration Syntax
C#Visual BasicVisual C++F#
public static UPnP_Exception Parse(
	Stream stream
)
Public Shared Function Parse ( 
	stream As Stream
) As UPnP_Exception
public:
static UPnP_Exception^ Parse(
	Stream^ stream
)
static member Parse : 
        stream : Stream -> UPnP_Exception 
Parameters
stream (Stream)
Error xml stream.
Return Value
UPnP_Exception
Returns UPnP exception.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when stream is null reference.
ParseExceptionIs raised when parsing fails.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119