RegexParseException.Error 屬性

定義

取得剖析期間發生的錯誤。

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

屬性值

剖析期間發生的錯誤。

適用於