Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class InvalidJsonParameterValueException

OptimaJet.Workflow.Core.Fault.InvalidJsonParameterValueException

Signals that a JSON parameter value is invalid or cannot be parsed for the current operation.

public class InvalidJsonParameterValueException : Exception, ISerializable

Inheritance

  • 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
message
String
A composite format string for the exception message.
args
Object[]
The arguments used to format message.