IVbcHostObject.SetErrorReport(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.