Class InvalidParameterValueException
OptimaJet.Workflow.Core.Fault.InvalidParameterValueException
The exception that is thrown when a parameter value is invalid.
Namespace: OptimaJet.Workflow.Core.Fault
public class InvalidParameterValueException : Exception, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public InvalidParameterValueException(string message, params object[] args) #Initializes a new instance of the InvalidParameterValueException class with a formatted error message.
Parameters
Name
Type
Description
messageStringThe composite message format string.
argsObject[]The values to format into
message.