Assembly: OptimaJet.Workflow.Core

Class InvalidParameterValueException

OptimaJet.Workflow.Core.Fault.InvalidParameterValueException

The exception that is thrown when a parameter value is invalid.

public class InvalidParameterValueException : Exception, ISerializable

Type Hierarchy

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
message
String
The composite message format string.
args
Object[]
The values to format into message.