StackTraceLog constructor
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
pStackTraceHash As String, _
pLocation As String, _
pOperation As String, _
pInfo1 As String, _
pInfo2 As String _
)
'Usage
Dim pStackTraceHash As String
Dim pLocation As String
Dim pOperation As String
Dim pInfo1 As String
Dim pInfo2 As String
Dim instance As New StackTraceLog(pStackTraceHash, _
pLocation, pOperation, pInfo1, pInfo2)
public StackTraceLog(
string pStackTraceHash,
string pLocation,
string pOperation,
string pInfo1,
string pInfo2
)
Parameters
- pStackTraceHash
Type: System.String
- pLocation
Type: System.String
- pOperation
Type: System.String
- pInfo1
Type: System.String
- pInfo2
Type: System.String