Show / Hide Table of Contents

    Class NoProcessLicenseException

    This is thrown when you attempt to process members from python/C# code when the workstation does not have the API_PROCESSING license featrue. To resolve this you need to either remove transaction commits with processMembers: true or acquire the API_PROCESSING license feature

    Inheritance
    object
    Exception
    ApplicationException
    NoProcessLicenseException
    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 NoProcessLicenseException : ApplicationException, ISerializable

    Constructors

    NoProcessLicenseException(string)

    This is thrown when you attempt to process members from python/C# code when the workstation does not have the API_PROCESSING license featrue. To resolve this you need to either remove transaction commits with processMembers: true or acquire the API_PROCESSING license feature

    Declaration
    public NoProcessLicenseException(string message)
    Parameters
    Type Name Description
    string message

    Implements

    ISerializable
    Back to top