Edit

Share via


InvocationConfiguration.Error Property

Definition

The standard error. Used for printing error information like parse errors. By default it's set to Error. For testing purposes, it can be set to a new instance of StringWriter.

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

Applies to