RegexParseException.Error Propriedade
Definição
Obtém o erro que ocorreu durante a análise.Gets the error that happened during parsing.
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 da propriedade
O erro ocorrido durante a análise.The error that occured during parsing.