Initializes a new instance of the XHRResponse class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public XHRResponse(
	string errorMessage,
	XHRResponseType errorCode
)
Visual Basic
Public Sub New ( _
	errorMessage As String, _
	errorCode As XHRResponseType _
)
Visual C++
public:
XHRResponse(
	String^ errorMessage, 
	XHRResponseType errorCode
)

Parameters

errorMessage
Type: System..::..String
errorCode
Type: Cartella.Models..::..XHRResponseType

See Also