COMError.helpFile Method

Definition

Returns the name of the Help file that contains information about the error that occurred when the COM object was called.

public:
 virtual System::String ^ helpFile();
public virtual string helpFile ();
abstract member helpFile : unit -> string
override this.helpFile : unit -> string
Public Overridable Function helpFile () As String

Returns

The name of the Help file.

Remarks

The Help file might be empty if the COM object does not support Help for its errors. The helpFile property is read-only.

Applies to