I am using DFS (.Net Productivity layer) on Documentum Developer Edition 6.6. In the DFS-SDK I see description of an exception class DfsBaseException. But in fact, if an error happens, I meet exceptions System.ServiceModel.FaultException<Emc.Documentum.FS.Runtime.SerializableException>.
Can someone explain – what is in fact the exception model in the DFS? And can I somehow get some error code that could help me to recognize: what is the error? I need to detect situations like ‘the Checkout operation has failed because of the object is already Checked Out’ etc?