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
Constructors
Name | Type | Description |
---|---|---|
BadJsonFormatException(string path) |
void |
Initializes a new instance of the Korzh.EasyQuery.BadJsonFormatException class. |
BadJsonFormatException(string message, Exception innerException) |
void |
Initializes a new instance of the Korzh.EasyQuery.BadJsonFormatException class. |
BadJsonFormatException(SerializationInfo info, StreamingContext context) |
void |
Initializes a new instance of the Korzh.EasyQuery.BadJsonFormatException class. |