FeatureModelerExt Global Function CATFmGetLastError


CATFmGetLastError( iReturnCode)
Get last error raised by a feature modeler method call.
All feature modeler methods block exceptions.
However if an exception is caught during a method call, it is stored temporarily and it is possible to retrieve it through this method and perform some error handling code.
Parameters:
iReturnCode
The HRESULT returned by previous method call.
Note: an error can be associated to this HRESULT only if it represents a failure.
Returns:
The error raised during previous method call.
See also:

This object is included in the file: CATFmHRESULT.h

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.