Click or drag to resize

SyncBEResponse Constructor (Int32, String)

Initializes a new instance of the SyncBEResponse class

Namespace:  Unvired.Kernel.Sync
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SyncBEResponse(
	int httpResponseCode,
	string errorMessage
)

Parameters

httpResponseCode
Type: SystemInt32
errorMessage
Type: SystemString
See Also