Class JobNotOpenException
This exception is thrown when a property or method is accessed on an object from a job that is not the currently opened job.
Implements
Inherited Members
Namespace: DesignData.SDS2.Exceptions
Assembly: DesignData.SDS2.Exceptions.dll
Syntax
public class JobNotOpenException : ApplicationException, ISerializable
Constructors
JobNotOpenException(string)
This exception is thrown when a property or method is accessed on an object from a job that is not the currently opened job.
Declaration
public JobNotOpenException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |