xInfo.level(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.