Table of Contents

Class ProjectFileBusyException

Namespace
Hi.MachiningProcs
Assembly
HiNc.dll

Thrown when a project-file operation (New / Load / Save / SaveAs / Reload) is requested while another one is already in progress. The newcomer is cancelled rather than queued; controllers surface this as HTTP 409 Conflict.

public sealed class ProjectFileBusyException : Exception, ISerializable
Inheritance
ProjectFileBusyException
Implements
Inherited Members
Extension Methods

Constructors

ProjectFileBusyException()

Initializes a new instance with the default busy message.

public ProjectFileBusyException()