Skip to content

BadJsonFormatException class

Represents an exception which occurs during the reading of the model from JSON

public class Korzh.EasyQuery.BadJsonFormatException
: Exception

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
BadJsonFormatException(string path)voidInitializes a new instance of the Korzh.EasyQuery.BadJsonFormatException class.
BadJsonFormatException(string message, Exception innerException)voidInitializes a new instance of the Korzh.EasyQuery.BadJsonFormatException class.
BadJsonFormatException(SerializationInfo info, StreamingContext context)voidInitializes a new instance of the Korzh.EasyQuery.BadJsonFormatException class.