6using System.Runtime.Serialization;
19 public override string Message {
get; } =
"The provided JSON could not be deserialized.";
Exception that gets thrown if the provided json string could not be deserialized.
override string Message
Gets a message that describes the current exception.
InvalidJsonException(string message)
Initializes a new instance of the WGetNET.Exceptions.InvalidJsonException class.
InvalidJsonException()
Initializes a new instance of the WGetNET.Exceptions.InvalidJsonException class.
InvalidJsonException(string message, Exception innerException)
Initializes a new instance of the WGetNET.Exceptions.InvalidJsonException class.
InvalidJsonException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the WGetNET.Exceptions.InvalidJsonException class with serialized data.
InvalidJsonException(Exception innerException)
Initializes a new instance of the WGetNET.Exceptions.InvalidJsonException class.