StackTraceHash constructor
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
pStackTrace As String, _
pHashValue As String _
)
'Usage
Dim pStackTrace As String
Dim pHashValue As String
Dim instance As New StackTraceHash(pStackTrace, _
pHashValue)
public StackTraceHash(
string pStackTrace,
string pHashValue
)
Parameters
- pStackTrace
Type: System.String
- pHashValue
Type: System.String