JCL Help:EPCREError.CreateRes@PResStringRec@Integer

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Constructor for the object instance.


Pascal

 public constructor CreateRes(ResStringRec: PResStringRec; ErrorCode: Integer);


Parameters

Parameters Description
ResStringRec: PResStringRec String to use as the description of the error message.
ErrorCode: Integer Numeric value for the exception.


Description

CreateRes is an alternate constructor for the exception. Arguments passed to the constructor are used to set the value for the ErrorCode and Message properties in the object instance.


See Also

Message EPCREError.ErrorCode


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page