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, ISerializableType Hierarchy
- Exception
- InvalidParameterValueException Current type
- Implemented interfaces
- InvalidParameterValueException Current type
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.