Class JsonError
- Namespace
- GrapeCity.Documents.Excel
- Assembly
- GcDocs.Excel.dll
The base class for all the JSON error classes.
public abstract class JsonError
- Inheritance
-
object
JsonError
-
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Properties
ErrorMessage
The message of the error.
public string ErrorMessage { get; }
Property Value
- string