Information.Erl Method

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 Shared Function Erl As Integer
public static int Erl()

Return 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: Dim Msg = 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.