Show / Hide Table of Contents

    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.

    Inheritance
    object
    Exception
    ApplicationException
    JobNotOpenException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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

    Implements

    ISerializable
    Back to top