Class NotAddedException
This is thrown when an attempt to set an object's data without first adding it to a transaction. It's necessary to add things to transactions so they can be locked and refreshed.
Implements
Inherited Members
Namespace: DesignData.SDS2.Exceptions
Assembly: DesignData.SDS2.Exceptions.dll
Syntax
public class NotAddedException : ApplicationException, ISerializable
Constructors
NotAddedException(string)
This is thrown when an attempt to set an object's data without first adding it to a transaction. It's necessary to add things to transactions so they can be locked and refreshed.
Declaration
public NotAddedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |