Assembly: OptimaJet.Workflow.Api

Class AttemptedToSetSystemProcessParameterException

OptimaJet.Workflow.Api.Exceptions.AttemptedToSetSystemProcessParameterException

An exception thrown when there is an attempt to set a system process parameter.

public class AttemptedToSetSystemProcessParameterException : InvalidOperationException, ISerializable

Type Hierarchy

Constructors

public AttemptedToSetSystemProcessParameterException(string parameterName) #
An exception thrown when there is an attempt to set a system process parameter.

Parameters

Name
Type
Description
parameterName
String
The name of the system process parameter that was attempted to be set.