Skip to content

Latest commit

 

History

History
83 lines (45 loc) · 2.44 KB

error-object.md

File metadata and controls

83 lines (45 loc) · 2.44 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The Error object returns the information of a single merge error.
38025e21-2d31-40f8-a088-2d3912c2893e
Error object (Mergemod.h)
reference
05/31/2018
APIRef
kbSyntax
Error
IMsmError
COM
Mergemod.dll

Error object

The Error object returns the information of a single merge error.

Members

The Error object has these types of members:

Properties

The Error object has these properties.

Property Description
DatabaseKeys
Returns the primary keys of the row in the database table that caused the error.
DatabaseTable
Returns the table name of the table in the database causing the error.
Language
Return the language of the error.
ModuleKeys
Returns the primary keys of the row in the module table that caused the error.
ModuleTable
Returns the table name of the table in the module causing the error.
Path
Return the path to the file or directory causing the error. Currently unused.
Type
Return the type of error.

C++

interface IMsmError : IDispatch

Interface ID

Constant Value
IID_IMsmError {0ADDA828-2C26-11D2-AD65-00A0C9AF11A6}

Requirements

Requirement Value
Version
Mergemod.dll 1.0 or later
Header
Mergemod.h
DLL
Mergemod.dll