Click or drag to resize
ErrorStatus Constructor (String, WebCrmErrorCode)
Initializes a new instance of class with a specified message and error code.

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public ErrorStatus(
	string message,
	WebCrmErrorCode code
)

Parameters

message
Type: SystemString
The message that describes the error status.
code
Type: dk.webCRM.ApiSync.BusinessLayer.EnumsWebCrmErrorCode
The code that describes the error status.
See Also