KTML 4 API Documentation for ASP .NET

KtmlError Constructor 

Default constructor.

public KtmlError(
   string errorCode,
   string[] errorArguments
);

Parameters

errorCode
The error code as found in the resource file ~/includes/resources/KTML4.res.xml.
errorArguments
The arguments used to replace % chars from the error message corresponding to the errorCode.

See Also

KtmlError Class | InterAKT.WebControls Namespace