Class InvalidJsonParameterValueException
OptimaJet.Workflow.Core.Fault.InvalidJsonParameterValueException
Signals that a JSON parameter value is invalid or cannot be parsed for the current operation.
Namespace: OptimaJet.Workflow.Core.Fault
public class InvalidJsonParameterValueException : Exception, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public InvalidJsonParameterValueException(string message, params object[] args) #Initializes a new instance of the InvalidJsonParameterValueException class with a formatted message.
Parameters
Name
Type
Description
messageStringA composite format string for the exception message.
argsObject[]The arguments used to format
message.