Microsoft SDK for Java

ComError Class Constructors

The ComError Class contains the following constructors:

ComError()
ComError(String s)

ComError()

Creates an empty ComError object.

Syntax

public ComError();

ComError(String s)

Creates a ComError object that contains a specific detail message.

Syntax

public ComError(String s);

Parameters

s The detail message that describes the exception.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.