DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
JsonException.h File Reference

Exception thrown when invalid JSON payload or token is encountered per RFC 8259. More...

#include "Common.h"
#include "System/SystemException.h"

Go to the source code of this file.

Classes

class  DotNetDupe::System::Text::Json::JsonException
 Exception thrown during JSON serialization or deserialization per RFC 8259. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Text
namespace  DotNetDupe::System::Text::Json

Detailed Description

Exception thrown when invalid JSON payload or token is encountered per RFC 8259.

Definition in file JsonException.h.