SharePointDiagnostics.SendClientScriptErrorReport method
SharePoint 2013
Reports that an error has occurred.
Assembly: STSSOAP (in STSSOAP.dll)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/diagnostics/SendClientScriptErrorReport", RequestNamespace = "http://schemas.microsoft.com/sharepoint/diagnostics/", ResponseNamespace = "http://schemas.microsoft.com/sharepoint/diagnostics/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] public string SendClientScriptErrorReport( string message, string file, int line, string client, string stack, string team, string originalFile )
Parameters
- message
- Type: System.String
A string containing the message to display to the client.
- file
- Type: System.String
A string containing the location of the file from which the error is being generated.
- line
- Type: System.Int32
A string containing the line of code from which the error is being generated.
- client
- Type: System.String
A string containing the client name that is experiencing the error.
- stack
- Type: System.String
A string containing the call stack information from the generated error.
- team
- Type: System.String
A string containing a team or product name.
- originalFile
- Type: System.String
A string containing the original file name.