Workflow Engine .NET

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

Inheritance

  • 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
parameterName
String
The name of the system process parameter that was attempted to be set.