NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompilerError.ErrorText

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);

Property Value

The text of the error message.

See Also

CompilerError Class | CompilerError Members | System.CodeDOM.Compiler Namespace