Default constructor.

C# | Visual Basic | Visual C++ | F# |
public PortRange( int start, int end )
Public Sub New ( start As Integer, end As Integer )
public: PortRange( int start, int end )
new : start : int * end : int -> PortRange

Exception | Condition |
---|---|
ArgumentOutOfRangeException | Is raised when any of the aruments value is out of range. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119