PCLanguageServiceError.init Method [AX 2012]

Initialize PCLanguageServiceError class state from specified parameters.

public void init(
    int _errorCharStart, 
    int _errorCharEnd, 
    str _errorText)

Run On

Called

Parameters

_errorCharStart
Type: int
A position of the first character of the invalid symbol.
_errorCharEnd
Type: int
A position of the last character of the invalid symbol.
_errorText
Type: str
A error message that explains the invalid symbol.

Community Additions

ADD
Show: