TemplateParser.ProcessException(Exception) Methode

Definition

Meldet eine Parserausnahme, indem ein neues ParserError-Objekt als angegebene Exception-Ausnahme erstellt und einer ParserErrorCollection-Auflistung hinzugefügt wird.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

protected:
 void ProcessException(Exception ^ ex);
protected void ProcessException (Exception ex);
member this.ProcessException : Exception -> unit
Protected Sub ProcessException (ex As Exception)

Parameter

ex
Exception

Die zum Erstellen eines neuen Exception verwendete ParserError.

Ausnahmen

Die zu verarbeitende Exception ist ein Compilerfehler.

Gilt für:

Weitere Informationen