Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.TrimSDKObject Class Reference

This class holds an APPError object as a member to allow all derived classes (pretty much everything in the API) to be able to store the results of an operation. The member m_error should always be 'reset' prior to calling a method that uses it. More...

Inheritance diagram for HP.HPTRIM.SDK.TrimSDKObject:
HP.HPTRIM.SDK.BulkDataLoader HP.HPTRIM.SDK.ClassifiedSecurity HP.HPTRIM.SDK.DatasetConfiguration HP.HPTRIM.SDK.EmailAttachment HP.HPTRIM.SDK.EmailParticipant HP.HPTRIM.SDK.Enum HP.HPTRIM.SDK.EnumItem HP.HPTRIM.SDK.EventMonitor HP.HPTRIM.SDK.ExtractDocument HP.HPTRIM.SDK.FormDefinition HP.HPTRIM.SDK.InputDocument HP.HPTRIM.SDK.MenuItem HP.HPTRIM.SDK.ObjectDef HP.HPTRIM.SDK.OriginBulkLoaderSettings HP.HPTRIM.SDK.OriginEmailCaptureSettings HP.HPTRIM.SDK.PageDefinition HP.HPTRIM.SDK.PageItemDefinition HP.HPTRIM.SDK.PropertyDef HP.HPTRIM.SDK.PropertyOrFieldDef HP.HPTRIM.SDK.SearchClauseDef HP.HPTRIM.SDK.SearchClauseOrFieldDef

Public Member Functions

 TrimSDKObject ()
 

Properties

string ErrorMessage [get]
 All TRIM SDK objects have an ErrorMessage property which can be used to examine any error that may have occurred in the most recent method call. More...
 
TrimException Error [get]
 All TRIM SDK objects have an Error property which can be used to examine any error that may have occurred in the most recent method call. More...
 

Detailed Description

This class holds an APPError object as a member to allow all derived classes (pretty much everything in the API) to be able to store the results of an operation. The member m_error should always be 'reset' prior to calling a method that uses it.

Constructor & Destructor Documentation

HP.HPTRIM.SDK.TrimSDKObject.TrimSDKObject ( )

Property Documentation

TrimException HP.HPTRIM.SDK.TrimSDKObject.Error
get

All TRIM SDK objects have an Error property which can be used to examine any error that may have occurred in the most recent method call.

string HP.HPTRIM.SDK.TrimSDKObject.ErrorMessage
get

All TRIM SDK objects have an ErrorMessage property which can be used to examine any error that may have occurred in the most recent method call.