RegexParseException.Error Propiedad

Definición

Obtiene el error que se produjo durante el análisis.

public:
 property System::Text::RegularExpressions::RegexParseError Error { System::Text::RegularExpressions::RegexParseError get(); };
public System.Text.RegularExpressions.RegexParseError Error { get; }
member this.Error : System.Text.RegularExpressions.RegexParseError
Public ReadOnly Property Error As RegexParseError

Valor de propiedad

Error que se produjo durante el análisis.

Se aplica a