SafeEventLog.WriteEntry Method (String, Exception, Int32)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.Diagnostics
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub WriteEntry ( _
description As String, _
e As Exception, _
eventID As Integer _
)
'Usage
Dim instance As SafeEventLog
Dim description As String
Dim e As Exception
Dim eventID As Integer
instance.WriteEntry(description, e, eventID)
public void WriteEntry(
string description,
Exception e,
int eventID
)
Parameters
- description
Type: System.String
- e
Type: System.Exception
- eventID
Type: System.Int32