CompilerError::ToString Method ()

 
Use BaseTrue

Provides an implementation of Object's ToString method.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

A string representation of the compiler error.

This method is supported so CompilerError objects can be treated as objects for simplified debugging output.

.NET Framework
Available since 1.1
Return to top
Show: