LumiSoft Net Help
UPnP_Exception Constructor (errorCode, errorText)
NamespacesLumiSoft.Net.UPnPUPnP_ExceptionUPnP_Exception(Int32, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public UPnP_Exception(
	int errorCode,
	string errorText
)
Public Sub New ( 
	errorCode As Integer,
	errorText As String
)
public:
UPnP_Exception(
	int errorCode, 
	String^ errorText
)
new : 
        errorCode : int * 
        errorText : string -> UPnP_Exception
Parameters
errorCode (Int32)
UPnP error code.
errorText (String)
UPnP error text.

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