BadJsonFormatException class
Represents an exception which occurs during the reading of the model from JSON
public class EasyData.BadJsonFormatException : Exception
Package: EasyData.Core
(targets: netstandard2.0
)
Assembly: EasyData.Core.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
BadJsonFormatException(string path) | void | Initializes a new instance of the EasyData.BadJsonFormatException class. |
BadJsonFormatException(string message, Exception innerException) | void | Initializes a new instance of the EasyData.BadJsonFormatException class. |
BadJsonFormatException(SerializationInfo info, StreamingContext context) | void | Initializes a new instance of the EasyData.BadJsonFormatException class. |