IErrorLog (Interfaces)
Last changed: -86.121.127.206

.
Summary
Communicates detailed error information between a client and an object.

C# Definition:

    [System.Runtime.InteropServices.InterfaceType(1)]
    [System.Runtime.InteropServices.Guid("3127CA40-446E-11CE-8135-00AA004BB851")]
    public interface IErrorLog
    {
        void AddError(string pszPropName, ref System.Runtime.InteropServices.ComTypes.EXCEPINFO pExcepInfo);
    }

VB Definition:

<ComImport> _
<Guid("TODO")> _
'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch
Interface IErrorLog
   TODO
End Interface

User-Defined Types:

None.

Notes:

None.

Documentation
IErrorLog on MSDN