ARCed.Scintilla.Annotation.CheckInvalid C# (CSharp) Méthode

CheckInvalid() private méthode

private CheckInvalid ( ) : void
Résultat void
        private void CheckInvalid()
        {
            // Are we in a state where we can no longer accurately
            // represent the annotation we were originally created for?
            if (this._lineIndex == -1)
                throw new InvalidOperationException(Resources.Exception_InvalidAnnotation);
        }