LineNumber Property

Gets the line number in the message body at which a parsing error occurred.

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
An int containing the line number of the error.

Remarks

If [LineNumber] is less than zero, the line number is not known, or the exception is not caused by a parsing error.

See Also

Reference

MessageParsingException Class

MessageParsingException Members

Microsoft.Rtc.Signaling Namespace