RegexParseException.Offset 속성

정의

정규식 패턴에서 구문 분석 오류가 발생하는 문자 오프셋(0부터 시작)을 가져옵니다.

public:
 property int Offset { int get(); };
public int Offset { get; }
member this.Offset : int
Public ReadOnly Property Offset As Integer

속성 값

Int32

구문 분석 오류가 발생하는 오프셋입니다.

적용 대상