Skip to content

042adacf faef 26e7 11a7 a4b5aa01bd0e

Mat Walker edited this page Apr 17, 2020 · 1 revision

InvalidHTTPResponse Constructor (String, Exception, Object[])

[This is preliminary documentation and is subject to change.]

Initialises a new instance of the InvalidHTTPResponse class. Exception while processing HTTP response

Namespace: TeamControlium
Assembly: TeamControlium.NonGUI (in TeamControlium.NonGUI.dll) Version: 2.0.0

Syntax

C#

public InvalidHTTPResponse(
	string text,
	Exception ex,
	params Object[] args
)

Parameters

 

text
Type: System.String
Text of error
ex
Type: System.Exception
Internal exception
args
Type: System.Object[]
Optional parameters

See Also

Reference

InvalidHTTPResponse Class
InvalidHTTPResponse Overload
TeamControlium Namespace

Clone this wiki locally