ConfigurationError - cConnection

Sent when a configuration error occurs

Type: Procedure

Parameters: Integer iError String sError

ParameterDescription
iErrorError Number
sErrorError Text


Syntax
Procedure ConfigurationError Integer iError String sError

Call: Send ConfigurationError iError sError


Description

When a configuration error occurs the ConfigurationError message is sent.

By default, this presents a user error with a standard error configuration title and the error description.

ConfigurationError can be augmented or replaced to customize its appearance, provide extra information, or log the error.