adTempus API
ArcanaDevelopment.adTempus.Client Namespace / BoundaryViolationException Class
Members


In This Topic
    BoundaryViolationException Class
    In This Topic
    The exception that is thrown if an ADTObject created in one DataContext is used in a different DataContext.
    Object Model
    BoundaryViolationException ClassADTObject Class
    Syntax
    'Declaration
     
    
    Public Class BoundaryViolationException 
       Inherits System.Exception
    public class BoundaryViolationException : System.Exception 
    public ref class BoundaryViolationException : public System.Exception 
    Remarks
    Each ADTObject belongs to the DataContext in which it was created, and cannot be used in other DataContexts. Examples of operations that will result in a BoundaryViolationException:
    • Attempting to add a JobStep created in one DataContext to a Job created in another.
    • Attempting to add an object created in one DataContext to a UnitOfWork that belongs to another.
    Inheritance Hierarchy

    System.Object
       System.Exception
          ArcanaDevelopment.adTempus.Client.BoundaryViolationException

    See Also