Skip to main content

Class InvalidJsonParameterValueException

Inheritance

↳ object

    ↳ Exception

        InvalidJsonParameterValueException

Implements

ISerializable

Inherited Members

GetBaseException()

GetObjectData(SerializationInfo, StreamingContext)

GetType()

ToString()

Data

HelpLink

HResult

InnerException

Message

Source

StackTrace

TargetSite

SerializeObjectState

Equals(object)

Equals(object, object)

GetHashCode()

MemberwiseClone()

ReferenceEquals(object, object)

Namespace: OptimaJet.Workflow.Core.Fault

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class InvalidJsonParameterValueException : Exception, ISerializable

Constructors

InvalidJsonParameterValueException(string, params object[])

Declaration
public InvalidJsonParameterValueException(string message, params object[] args)
Parameters
TypeNameDescription
stringmessage
System.Object[]args

Extension Methods