ICscHostObject.SetErrorReport(String) Method

Definition

Specifies a value that indicates how internal compiler errors are reported to Microsoft.

public:
 bool SetErrorReport(System::String ^ errorReport);
public bool SetErrorReport (string errorReport);
abstract member SetErrorReport : string -> bool
Public Function SetErrorReport (errorReport As String) As Boolean

Parameters

errorReport
String

A value specifying how internal compiler errors are reported to Microsoft. This value can be prompt, send, or none.

Returns

true if the method was successful; otherwise, false.

Applies to