Share via


xInfo.level(Int32) Method

Definition

Retrieves the exception level of a line in the Infolog buffer.

public:
 virtual Dynamics::AX::Application::Exception level(int _line);
public virtual Dynamics.AX.Application.Exception level (int _line);
abstract member level : int -> Dynamics.AX.Application.Exception
override this.level : int -> Dynamics.AX.Application.Exception
Public Overridable Function level (_line As Integer) As Exception

Parameters

_line
Int32

The line in the Infolog for which to retrieve the exception level.

Returns

A Exception system enumeration value.

Remarks

For more information, see Exception Handling with try and catch Keywords.

Applies to