This topic has not yet been rated - Rate this topic

SharePointDiagnostics.SendClientScriptErrorReport method

Reports that an error has occurred.

Namespace:  WebSvcdiagnostics
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.

Return value

Type: System.String
Returns String.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.