Raises an EXMLDocError exception.
procedure XMLDocError(const Msg: string); overload; procedure XMLDocError(const Msg: string; const Args: array of const); overload;
XMLDocError(const AnsiString Msg); XMLDocError(const AnsiString Msg, const array of const Args);
Call XMLDocError to raise an EXMLDocError exception. Using XMLDocError rather than explicitly creating the EXMLDocError instance can result in more space-efficient code.
Msg is the error message associated with the EXMLDocError instance.
Args supplies arguments for any format specifiers embedded in Msg.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|