Class AttemptedToSetSystemProcessParameterException
OptimaJet.Workflow.Api.Exceptions.AttemptedToSetSystemProcessParameterException
An exception thrown when there is an attempt to set a system process parameter.
Namespace: OptimaJet.Workflow.Api.Exceptions
public class AttemptedToSetSystemProcessParameterException : InvalidOperationException, ISerializableInheritance
- Object
- Exception
- SystemException
- InvalidOperationException
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public AttemptedToSetSystemProcessParameterException(string parameterName) #An exception thrown when there is an attempt to set a system process parameter.
Parameters
Name
Type
Description
parameterNameStringThe name of the system process parameter that was attempted to be set.