Table of Contents

Class InvalidPatchException

Namespace
PushTechnology.ClientInterface.Client.Features
Assembly
Diffusion.Client.dll

The exception to report that a JSON Patch was invalid.

public class InvalidPatchException : SessionException, ISerializable
Inheritance
InvalidPatchException
Implements
Inherited Members

Constructors

InvalidPatchException(string)

Initializes a new InvalidPatchException instance.

public InvalidPatchException(string message)

Parameters

message string

The error message.

InvalidPatchException(string, Exception)

Initializes a new InvalidPatchException instance.

public InvalidPatchException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.