System.Xml.DtdParser.OnUnexpectedError C# (CSharp) Méthode

OnUnexpectedError() private méthode

private OnUnexpectedError ( ) : void
Résultat void
        private void OnUnexpectedError()
        {
            Debug.Assert(false, "This is an unexpected error that should have been handled in the ScanXXX methods.");
            Throw(_curPos, SR.Xml_InternalError);
        }