Table of Contents

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

message string

The error message.

FailedPatchException(string, Exception)

Initializes a new FailedPatchException instance.

public FailedPatchException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.