Click or drag to resize
ProcessDisabledException Class
Exception which is thrown when process cannot be started because of its disabled state.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.AutomationProcessDisabledException

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public class ProcessDisabledException : Exception

The ProcessDisabledException type exposes the following members.

Constructors
  NameDescription
Public methodProcessDisabledException
Constructor.
Top
See Also