SdpParseStatus.SetErrorMessageAndAppendLineNumber Method
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.