Sets the error message and appends a space and the current line number to the end of the line.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
SetErrorMessageAndAppendLineNumber
( _
	
message 
As 
String _
)
C#
public 
void 
SetErrorMessageAndAppendLineNumber(
	
string 
message
)
Visual C++
public:
void 
SetErrorMessageAndAppendLineNumber(
	
String^ 
message
)
JavaScript
function 
setErrorMessageAndAppendLineNumber(
message);

Parameters

message
Type: String
The text to set.

See Also