public void AddRelatedObjectsToGotoDB( StorableObject storableObject )
public: void AddRelatedObjectsToGotoDB( StorableObject^ storableObject )
Parameters
- storableObject
- Object of which the cross\-references should be found.
public void AddRelatedObjectsToGotoDB( StorableObject storableObject )
public: void AddRelatedObjectsToGotoDB( StorableObject^ storableObject )
Exception | Description |
---|---|
ArgumentNullException | Thrown if null was passed as an argument. |
ArgumentException | Thrown in case of invalid arguments (storableObject is not valid). |
ApplicationException | \Internal interface for search could not be created. |
BaseException | The method finished with errors. |