IErrorLog Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Communicates detailed error information between a client and an object. For more information, see IErrorLog.
public interface class IErrorLog
public interface class IErrorLog
__interface IErrorLog
[System.Runtime.InteropServices.Guid("3127CA40-446E-11CE-8135-00AA004BB851")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IErrorLog
[System.Runtime.InteropServices.Guid("3127CA40-446E-11CE-8135-00AA004BB851")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IErrorLog
[<System.Runtime.InteropServices.Guid("3127CA40-446E-11CE-8135-00AA004BB851")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IErrorLog = interface
[<System.Runtime.InteropServices.Guid("3127CA40-446E-11CE-8135-00AA004BB851")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IErrorLog = interface
Public Interface IErrorLog
- Attributes
Methods
AddError(String, EXCEPINFO[]) |