Share via


SitesSvcSolutionWizard.showError Method [AX 2012]

Shows an error message.

Syntax

private void showError(
    str _errorMessage, 
   [boolean _showError, 
    DOSitesInfoAction _infoAction])

Run On

Client

Parameters

  • _errorMessage
    Type: str
    The error message to display.
  • _showError
    Type: boolean
    A Boolean value that indicates whether to display the error message now.

See Also

Reference

SitesSvcSolutionWizard Class