Creates new LoopException object.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
public LoopException(
	List<WhoisResponse> responses
)
Visual Basic
Public Sub New ( _
	responses As List(Of WhoisResponse) _
)
Visual C++
public:
LoopException(
	List<WhoisResponse^>^ responses
)

Parameters

responses
Type: System.Collections.Generic..::..List<(Of <(<'WhoisResponse>)>)>

[Missing <param name="responses"/> documentation for "M:Limilabs.WHOIS.Client.LoopException.#ctor(System.Collections.Generic.List{Limilabs.WHOIS.Client.WhoisResponse})"]

See Also