This is the documentation for Enlighten.
Indicates an error during the export-precompute-import process.
Name | Description |
---|---|
GetMessage() | Returns the error message that was supplied to the constructor. |
PrecomputeError(Geo::GeoUIString) | Constructs an instance and copies the error message. |
PrecomputeError() | Empty constructor. |
public: const Geo::GeoUIString & GetMessage() const
Returns the error message that was supplied to the constructor.
public: PrecomputeError
(
Geo::GeoUIString message
)
Constructs an instance and copies the error message.
public: PrecomputeError()
Empty constructor.