InvocationConfiguration.Error Property
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.
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