Gets or sets the text of the error message.
[Visual Basic] Public Property ErrorText As String [C#] public string ErrorText {get; set;} [C++] public: __property String* get_ErrorText(); public: __property void set_ErrorText(String*); [JScript] public function get ErrorText() : String; public function set ErrorText(String);
The text of the error message.
CompilerError Class | CompilerError Members | System.CodeDOM.Compiler Namespace