Share via


COMError.clear Method

Definition

Clears the properties of the COMError object.

public:
 virtual void clear();
public virtual void clear ();
abstract member clear : unit -> unit
override this.clear : unit -> unit
Public Overridable Sub clear ()

Remarks

The properties of the COMError object are usually read-only, but they can be cleared by using this method.

Applies to