Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Sub SetErrorMessageAndAppendLineNumber ( _
message As String _
)
'Usage
Dim instance As SdpParseStatus
Dim message As String
instance.SetErrorMessageAndAppendLineNumber(message)
public void SetErrorMessageAndAppendLineNumber(
string message
)
Parameters
- message
Type: System.String
The text to set.