CompilerError.ErrorText Propiedad

Definición

Obtiene o establece el texto del mensaje de error.

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

Valor de propiedad

Texto del mensaje de error.

Comentarios

La ErrorText propiedad puede ser una cadena de cualquier longitud.

Se aplica a