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 Exception zum Erstellen eines neuen ParserError.

Ausnahmen

Der Exception Prozess ist ein Compilerfehler.

Gilt für:

Weitere Informationen