MessageParsingException.LineNumber Property

Line number where parsing error is hit in messae body, its value would be less than 0, if line number is not known or error is not due to message body parsing error.

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

Syntax

'Declaration
Public ReadOnly Property LineNumber As Integer
    Get
'Usage
Dim instance As MessageParsingException
Dim value As Integer

value = instance.LineNumber
public int LineNumber { get; }

Property Value

Type: System.Int32

See Also

Reference

MessageParsingException Class

MessageParsingException Members

Microsoft.Rtc.Signaling Namespace