Class FailedPatchException
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
The exception to report that applying a JSON Patch failed.
public class FailedPatchException : SessionException, ISerializable
- Inheritance
-
FailedPatchException
- Implements
- Inherited Members
Remarks
This can happen if the topic's current value is not valid CBOR. See ValidateValues.
Constructors
FailedPatchException(string)
Initializes a new FailedPatchException instance.
public FailedPatchException(string message)
Parameters
messagestringThe error message.
FailedPatchException(string, Exception)
Initializes a new FailedPatchException instance.
public FailedPatchException(string message, Exception innerException)