Share via


InvocationConfiguration.Error Property

Definition

Gets or sets the standard error used for printing error information like parse errors.

public:
 property System::IO::TextWriter ^ Error { System::IO::TextWriter ^ get(); void set(System::IO::TextWriter ^ value); };
public System.IO.TextWriter Error { get; set; }
member this.Error : System.IO.TextWriter with get, set
Public Property Error As TextWriter

Property Value

The default is set to Error.

Remarks

For testing purposes, it can be set to a new instance of StringWriter.

Applies to