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