CompilerError.ErrorText Property

Definition

Gets or sets the text of the error message.

public:
 property System::String ^ ErrorText { System::String ^ get(); void set(System::String ^ value); };
public string ErrorText { get; set; }
member this.ErrorText : string with get, set
Public Property ErrorText As String

Property Value

The text of the error message.

Remarks

The ErrorText property can be a string of any length.

Applies to