Class JsonError
- Namespace
- GrapeCity.Documents.Excel
- Assembly
- GcDocs.Excel.dll
The base class for all the JSON error classes.
public abstract class JsonError
- Inheritance
-
JsonError
- Derived
-
- Inherited Members
-
Properties
ErrorMessage
The message of the error.
public string ErrorMessage { get; }
Property Value
- string