IErrorLog.AddError Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub AddError ( _
pszPropName As String, _
pExcepInfo As EXCEPINFO() _
)
void AddError(
string pszPropName,
EXCEPINFO[] pExcepInfo
)
Parameters
- pszPropName
Type: System.String
- pExcepInfo
Type: array<Microsoft.VisualStudio.OLE.Interop.EXCEPINFO[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.