ENUMErrorFormat
Specifies the format of the error output:
•eFormatText: Sets the error output format to Text. The default value.
•eFormatShortXML: Sets the error output format to ShortXML. This format is an abbreviated form of the LongXML format.
•eFormatLongXML: Sets the error output format to LongXML. This format provides the most detail of all three output formats.
COM and .NET
eFormatText | = 0 |
eFormatShortXML | = 1 |
eFormatLongXML | = 2 |
Used by
Interface | Property |
Java
public enum ENUMErrorFormat {
eFormatText
eFormatShortXML
eFormatLongXML }
Used by
Class | Method |