The Error object returns the information of a single merge error.
Methods
The Error object does not define any methods.
Properties
The Error object defines the following properties.
Property | Access type | Description |
---|---|---|
Read-only | Returns the primary keys of the row in the database table that caused the error. |
|
Read-only | Returns the table name of the table in the database causing the error. |
|
Read-only | Return the language of the error. |
|
Read-only | Returns the primary keys of the row in the module table that caused the error. |
|
Read-only | Returns the table name of the table in the module causing the error. |
|
Read-only | Return the path to the file or directory causing the error. Currently unused. |
|
Read-only | Return the type of error. |
C++
interface IMsmError : IDispatch
Interface ID
Constant | Value |
---|---|
IID_IMsmError | {0ADDA828-2C26-11D2-AD65-00A0C9AF11A6} |
Requirements
Version | Mergemod.dll 1.0 or later |
---|---|
Header | Mergemod.h |
DLL | Mergemod.dll |
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.