Click or drag to resize

SparkError Constructor

Initializes a new instance of the SparkError class.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public SparkError(
	SparkErrorCode errorCode,
	string reason
)

Parameters

errorCode
Type: SparkSDKSparkErrorCode
SparkErrorCode
reason
Type: SystemString
the detail reason of the error.
Remarks
Since: 0.1.0
See Also