The ComError Class contains the following constructors:
Creates an empty ComError object.
public ComError();
Creates a ComError object that contains a specific detail message.
public ComError(String s);
s | The detail message that describes the exception. |