ErrorLog Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| SgmlReader..::..ErrorLog Property |
| SgmlReader Class See Also Send Feedback |
DTD validation errors are written to this stream.
Namespace:Â CuteEditor.ToolsAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public TextWriter ErrorLog { get; set; } |
| Visual Basic |
|---|
Public Property ErrorLog As TextWriter Get Set |
| Visual C++ |
|---|
public: property TextWriter^ ErrorLog { TextWriter^ get (); void set (TextWriter^ value); } |