CompilerError::ErrorText Property

 

Gets or sets the text of the error message.

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

public:
property String^ ErrorText {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The text of the error message.

The ErrorText property can be a string of any length.

.NET Framework
Available since 1.1
Return to top
Show: