Error::Error Method

Constructs a new Error object.
Syntax:
Error();
Error( const Error& err );

Remarks:

The default constructor will create an object, which represents an unknown error. Its value will be eUNKNOWN and its describing string will be set to "Unknown Error".

The copy constructor will copy the value and the string representation of the given Error object.

See also: Error

<< Error