adTempus API
ArcanaDevelopment.adTempus.Client Namespace / IllegalObjectReassignmentException Class / IllegalObjectReassignmentException Constructor

In This Topic
    IllegalObjectReassignmentException Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal source As ADTObject, _
       ByVal currentOwner As ADTObject _
    )
    public IllegalObjectReassignmentException( 
       ADTObject source,
       ADTObject currentOwner
    )

    Parameters

    source
    currentOwner
    See Also