Class: TaskParameterNotFoundException
Exception raised when a task parameter is not found.
Extends
Constructors
new TaskParameterNotFoundException()
new TaskParameterNotFoundException(
taskId: number,
taskName: string,
parameterNames: string[],
parameterName: string): TaskParameterNotFoundException
Parameters
Parameter | Type |
---|---|
|
|
|
|
|
|
|
|
Returns
TaskParameterNotFoundException
Overrides
Properties
parameterName
parameterName: string;
parameterNames
parameterNames: string[];
taskId
taskId: number;
taskName
taskName: string;