RegexParseException.Error Property

Definition

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

Property Value

The error that occured during parsing.

Applies to