Click or drag to resize

SparkError Class

A data type represents a error.
Inheritance Hierarchy
SystemObject
  SparkSDKSparkError

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class SparkError

The SparkError type exposes the following members.

Constructors
  NameDescription
Public methodSparkError
Initializes a new instance of the SparkError class.
Top
Properties
  NameDescription
Public propertyErrorCode
The error code SparkErrorCode
Public propertyReason
The reason of error.
Top
Remarks
Since: 0.1.0
See Also