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
messagestringThe error message.
InvalidPatchException(string, Exception)
Initializes a new InvalidPatchException instance.
public InvalidPatchException(string message, Exception innerException)