Share via


ErrObject.Erl Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Returns an integer indicating the line number of the last executed statement. Read-only.

Namespace:  Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

Syntax

'Declaration
Public ReadOnly Property Erl As Integer
public int Erl { get; }

Property Value

Type: System.Int32
Returns an integer indicating the line number of the last executed statement. Read-only.

Remarks

If Visual Basic encounters no line numbers, it returns 0.

Examples

This example uses the Erl property to indicate the line number.

10:     On Error Resume Next
20:     Err.Raise(60000)
' Returns 20.
30:     MsgBox(Erl())

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.